snacks.nvim/lua/snacks
2025-02-20 11:14:24 +01:00
..
animate fix(animate): never animate stopped animations 2025-01-11 12:06:07 +01:00
explorer perf(explorer): only update tree if git status actually changed 2025-02-20 09:54:32 +01:00
image feat(image.doc): check for image.ignore in ts meta. See #1276 2025-02-20 11:14:24 +01:00
meta feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
picker perf(explorer): only update tree when diagnostics actually changed 2025-02-20 09:54:32 +01:00
profiler feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
util feat(image): better error handling + option to disable error notifications 2025-02-18 22:54:24 +01:00
bigfile.lua fix(bigfile): check that passed path is the one from the buffer 2025-02-06 19:11:55 +01:00
bufdelete.lua feat(explorer): deal with existing buffers when renaming / deleting files. Closes #1315 2025-02-19 22:18:21 +01:00
compat.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
dashboard.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
debug.lua feat(image): better error handling + option to disable error notifications 2025-02-18 22:54:24 +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(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
gitbrowse.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
health.lua feat(image): better health checks 2025-02-19 17:16:05 +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(compat): correct Neovim 0.11 check 2025-02-20 07:00:42 +01:00
input.lua fix(input): add missing hl group for input title (#1164) 2025-02-14 08:47:47 +01:00
layout.lua fix(layout): zindex weirdness on stable. Closes #1180 2025-02-15 00:45:11 +01:00
lazygit.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
notifier.lua fix(notifier): keep notif when current buf is notif buf 2025-02-16 08:21:33 +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 feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
scope.lua feat(scope): allow injected languages to be parsed by treesitter (#823) 2025-02-06 08:04:50 +01:00
scratch.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
scroll.lua fix(scroll): added keepjumps 2025-02-13 21:03:33 +01:00
statuscolumn.lua fix(statuscolumn): only execute za when fold exists (#1093) 2025-02-12 07:01:19 +01:00
terminal.lua fix(terminal): softer check for using jobstart with term=true instead of deprecated termopen 2025-02-16 12:12:08 +01:00
toggle.lua fix(toggle): hide toggle when real keymap does not exist. Closes #378 2025-02-14 22:13:16 +01:00
win.lua fix(win): call on_close before actually closing so that prev win can be set. Closes #962 2025-02-19 19:38:36 +01:00
words.lua feat(words): add filter function for user to disable specific filetypes (#1296) 2025-02-19 15:24:01 +01:00
zen.lua fix(zen): properly get zoom options. Closes #1207 2025-02-16 08:29:43 +01:00