snacks.nvim/lua/snacks
2024-12-03 10:19:04 +01:00
..
profiler refactor(util): move blend to util 2024-12-03 10:19:04 +01:00
bigfile.lua feat(bigfile): disable matchparen, set foldmethod=manual, set conceallevel=0 2024-12-01 19:48:06 +01:00
bufdelete.lua fix(bufdelete): opts.wipe. See #38 2024-11-09 19:19:53 +01:00
dashboard.lua fix(dashboard): take hidden items into account when calculating padding. Fixes #194 2024-12-03 09:57:36 +01:00
debug.lua fix(scratch): weirdness with visual selection and inclusive/exclusive. See #190 2024-12-03 09:32:54 +01:00
docs.lua docs: added a setup section to docgen, since some people didn't know how to configure snacks... 2024-12-01 23:13:21 +01:00
git.lua fix(git): make git.get_root work for work-trees and cache git root checks. Closes #136. Fixes #115 2024-11-22 13:26:34 +01:00
gitbrowse.lua feat(gitbrowse): opts.notify 2024-12-02 10:24:19 +01:00
health.lua feat(health): check that snacks.nvim plugin spec is correctly setup 2024-11-23 08:12:46 +01:00
init.lua feat(snacks): added new scratch snack 2024-12-01 09:08:03 +01:00
lazygit.lua feat(health): added health checks to plugins 2024-11-14 23:56:37 +01:00
notifier.lua style(notifier): title 2024-12-02 20:11:46 +01:00
notify.lua docs: better docgen using treesitter 2024-11-09 14:42:09 +01:00
quickfile.lua fix(quickfile): don't load when bigfile detected. Fixes #116 2024-11-20 09:39:09 +01:00
rename.lua fix: added compatibility with Neovim >= 0.9.4 2024-11-09 15:38:43 +01:00
scratch.lua fix(scratch): sort keys. Fixes #193 2024-12-03 09:45:44 +01:00
statuscolumn.lua perf(statuscolumn): some small optims 2024-11-26 14:00:07 +01:00
terminal.lua fix(terminal): hide on q instead of close 2024-11-21 11:05:01 +01:00
toggle.lua feat(toggle): toggles for the profiler 2024-12-01 13:36:09 +01:00
util.lua refactor(util): move blend to util 2024-12-03 10:19:04 +01:00
win.lua fix(win): update opts.wo for padding instead of vim.wo directly 2024-12-03 10:18:27 +01:00
words.lua fix: added compatibility with Neovim >= 0.9.4 2024-11-09 15:38:43 +01:00