snacks.nvim/lua/snacks
2025-02-24 11:27:39 +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 fix(image.terminal): write queued terminal output on main 2025-02-24 11:27:39 +01:00
meta feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
picker fix(picker): disable regex for grep_word (#1363) 2025-02-21 19:25:46 +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 fix(compat): fixup 2025-02-22 07:53:29 +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 fix(dim): check that win is valid when animating dim. Closes #1342 2025-02-20 17:17:17 +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(picker): update titles before showing. Closes #1337 2025-02-20 16:06:21 +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 fix(compat): properly detect async treesitter parsing 2025-02-24 10:28:22 +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): compat with Neovim 0.9.4 2025-02-24 10:34:25 +01:00
statuscolumn.lua fix(statuscolumn): right-align the current line number when relativenumber=true. Closes #1376 2025-02-23 08:37:11 +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): use correct keys for displaying help. Closes #1364 2025-02-22 08:04:06 +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): always count cmdheight towards Zen bottom offset (#1402) 2025-02-24 07:19:28 +01:00