snacks.nvim/lua/snacks
2025-03-01 23:37:02 +01:00
..
animate fix(animate): never animate stopped animations 2025-01-11 12:06:07 +01:00
explorer fix(explorer): confirm prompt now defaults to No 2025-03-01 17:36:57 +01:00
image feat(image.inline): honor concealcursor and hide conceal when selecting lines. Closes #1478 2025-03-01 23:37:02 +01:00
meta feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
picker chore(build): auto-generate docs 2025-03-01 08:49:34 +00:00
profiler feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
util fix(util.spawn): correctly mark as faild on abort 2025-03-01 07:54:16 +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 fix(dashboard): escape filenames for edit. Closes #1453 2025-02-27 08:36:29 +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(util): util method to check if ts lang is available on any Neovim version. See #1422 2025-02-25 15:25:48 +01:00
indent.lua fix(indent): zero indent for blank lines. Closes #1477 2025-03-01 23:18:47 +01:00
init.lua fix(compat): correct Neovim 0.11 check 2025-02-20 07:00:42 +01:00
input.lua fix(input): add cr keybind for normal mode. Closes #1468. Closes #1466 2025-03-01 09:34:17 +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 feat(scope): allow disabling scopes with vim.g.snacks_scope = false or vim.b.snacks_scope = false. Closes #1463 2025-03-01 09:56:24 +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): better way of determining open folds. Closes #1445 2025-02-26 14:09:01 +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 revert: dont always set border when setting title. Closes #1436 2025-02-26 07:55:13 +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