snacks.nvim/lua/snacks
2025-01-23 23:57:24 +01:00
..
animate fix(animate): never animate stopped animations 2025-01-11 12:06:07 +01:00
meta docs: add picker cmd to docs 2025-01-23 00:20:24 +01:00
picker fix(picker): weird loading issue sith startinsert. Fixes #724 2025-01-23 23:57:24 +01:00
profiler feat(profiler): added support for Snacks.profiler and dropped support for fzf-lua / telescope. Closes #695 2025-01-23 13:52:16 +01:00
bigfile.lua fix(bigfile): check existence of NoMatchParen before executing (#561) 2025-01-16 22:38:14 +01:00
bufdelete.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
dashboard.lua fix(dashboard): added optional filter for recent files 2025-01-20 12:14:54 +01:00
debug.lua feat(debug): truncate inspect to 2000 lines max 2025-01-23 10:10:33 +01:00
dim.lua feat(animate): allow toggling buffer-local / global animations with or without id 2024-12-12 09:18:54 +01:00
git.lua feat(picker.util): smart path truncate. Defaults to 40. Closes #708 2025-01-23 12:00:08 +01:00
gitbrowse.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
health.lua refactor: move all meta stuff to snacks.meta 2024-12-10 13:55:51 +01:00
indent.lua fix(indent): use correct hl based on indent. Fixes #422 2025-01-20 12:37:56 +01:00
init.lua fix(picker.config): better config merging and tests 2025-01-17 20:36:33 +01:00
input.lua feat(input): persistent history. Closes #591 2025-01-20 18:31:10 +01:00
layout.lua perf(picker): fixed some issues with closed pickers not always being garbage collected 2025-01-20 10:30:45 +01:00
lazygit.lua fix(lazygit): enable boolean values in config (#377) 2024-12-31 06:22:31 +01:00
notifier.lua feat(notifier) added opts.filter to filter out unwanted notifications. Closes #431 2025-01-20 13:08:14 +01:00
notify.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
quickfile.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
rename.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
scope.lua fix(scope): parse treesitter injections. Closes #430 2025-01-20 13:04:22 +01:00
scratch.lua fix(scratch): autowrite right buffer. Fixes #449. (#452) 2025-01-13 21:52:20 +01:00
scroll.lua fix(scroll): handle buffer changes while animating 2025-01-23 20:46:29 +01:00
statuscolumn.lua fix(statusline): fix status line cache key (#656) 2025-01-20 13:26:20 +01:00
terminal.lua feat(terminal): close terminals on ExitPre. Fixes #419 2025-01-20 13:02:13 +01:00
toggle.lua feat(toggle): allow toggling global options. Fixes #534 2025-01-17 14:41:19 +01:00
util.lua fix(util): normkey 2025-01-18 17:10:49 +01:00
win.lua fix(win): better way of finding a main window when fixbuf is true 2025-01-23 13:52:16 +01:00
words.lua fix(words): added support for new name of the namespace used for lsp references. Fixes #555 2025-01-16 23:06:57 +01:00
zen.lua fix(zen): parent buf. Fixes #720 2025-01-23 17:06:52 +01:00