snacks.nvim/lua/snacks
2025-02-14 22:13:16 +01:00
..
animate fix(animate): never animate stopped animations 2025-01-11 12:06:07 +01:00
explorer feat(explorer): opts.include and opts.exclude. Closes #1068 2025-02-11 22:22:04 +01:00
meta feat: added new image snacks plugin for the kitty graphics protocol 2025-02-09 22:35:13 +01:00
picker feat(picker.lsp): added original symbol to item.item. Closes #1171 2025-02-14 17:22:09 +01:00
profiler feat(profiler): added support for Snacks.profiler and dropped support for fzf-lua / telescope. Closes #695 2025-01-23 13:52: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 fix(bufdelete): invalid lua 2025-01-28 13:24:01 +01:00
dashboard.lua fix(dashboard): dashboard can be a main editor window 2025-02-14 12:39:19 +01:00
debug.lua feat(debug): truncate inspect to 2000 lines max 2025-01-23 10:10:33 +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 fix(git): use os.getenv to get env var. Fixes #5504 2025-01-31 17:09:07 +01:00
gitbrowse.lua fix(gitbrowse): previous logic always overwrote 'commit' (#1127) 2025-02-13 12:04:09 +01:00
health.lua feat(image): check for magick in health check 2025-02-12 11:14:21 +01:00
image.lua fix(picker): remove debug 2025-02-14 17:23:00 +01:00
indent.lua fix(indent): use correct hl based on indent. Fixes #422 2025-01-20 12:37:56 +01:00
init.lua feat(image): markdown inline image preview. opts.image must be enabled and terminal needs support 2025-02-13 18:03:33 +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): deep merge instead of shallow merge for window options. Closes #1166 2025-02-14 12:38: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 feat(rename): add old to on_rename callback 2025-02-04 17:10:55 +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 fix(all): better support for opening windows / pickers / ... on multiple tab pages. Closes #1043 2025-02-10 11:24:13 +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): check for 0.11 2025-02-11 14:44:44 +01:00
toggle.lua fix(toggle): hide toggle when real keymap does not exist. Closes #378 2025-02-14 22:13:16 +01:00
util.lua feat(util): base64 shim for Neovim < 0.10 2025-02-12 18:48:44 +01:00
win.lua fix(dashboard): dashboard can be a main editor window 2025-02-14 12:39:19 +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(picker): consider zen windows as main. Closes #973 2025-02-07 06:38:38 +01:00