snacks.nvim/lua/snacks
2025-01-22 23:49:55 +01:00
..
animate fix(animate): never animate stopped animations 2025-01-11 12:06:07 +01:00
meta feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
picker refactor(picker): move resolving of preview / format to config 2025-01-22 23:49:55 +01:00
profiler build: added metadata to plugins 2024-12-10 13:55:51 +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 fix(debug.run): schedule only nvim_buf_set_extmark in on_print (#425) 2025-01-20 13:36:34 +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 build: added metadata to plugins 2024-12-10 13:55:51 +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 feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +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 perf(picker): gc optims 2025-01-21 18:33:13 +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): properly handle close 2025-01-20 12:08:52 +01:00