snacks.nvim/lua/snacks
2025-01-30 20:57:17 +01:00
..
animate fix(animate): never animate stopped animations 2025-01-11 12:06:07 +01:00
meta ci: debug check works, so remove test trigger :) 2025-01-30 20:26:01 +01:00
picker fix(picker.actions): when only 1 win, pick_win will select that automatically. Show warning when no windows. See #623 2025-01-30 20:57:17 +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 if buf still exists when applying syntax. Fixes #737 2025-01-28 09:10:18 +01:00
bufdelete.lua fix(bufdelete): invalid lua 2025-01-28 13:24:01 +01:00
dashboard.lua fix(dashboard): prevent starting picker twice when no session manager. Fixes #783 2025-01-29 13:09:02 +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 feat(picker.util): smart path truncate. Defaults to 40. Closes #708 2025-01-23 12:00:08 +01:00
gitbrowse.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
health.lua refactor: move all meta stuff to snacks.meta 2024-12-10 13:55:51 +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(picker.config): better config merging and tests 2025-01-17 20:36:33 +01:00
input.lua feat(input): persistent history. Closes #591 2025-01-20 18:31:10 +01:00
layout.lua fix(layout): better handling of resizing of split layouts 2025-01-30 17:56:14 +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): optional file, on_rename for Snacks.rename.rename_file() 2025-01-30 17:56:14 +01:00
scope.lua fix(scope): parse treesitter injections. Closes #430 2025-01-20 13:04:22 +01:00
scratch.lua fix(scratch): autowrite right buffer. Fixes #449. (#452) 2025-01-13 21:52:20 +01:00
scroll.lua fix(scroll): handle buffer changes while animating 2025-01-23 20:46:29 +01:00
statuscolumn.lua fix(statusline): fix status line cache key (#656) 2025-01-20 13:26:20 +01:00
terminal.lua feat(terminal): close terminals on ExitPre. Fixes #419 2025-01-20 13:02:13 +01:00
toggle.lua feat(toggle): allow toggling global options. Fixes #534 2025-01-17 14:41:19 +01:00
util.lua fix(util): normkey 2025-01-18 17:10:49 +01:00
win.lua fix(win): error when enabling padding with listchars="" (#786) 2025-01-29 21:07:36 +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(zen): parent buf. Fixes #720 2025-01-23 17:06:52 +01:00