Swap out claudecode with snacks

This commit is contained in:
2026-01-15 14:02:08 -05:00
parent 9afbf19fab
commit 7ba2b915de
5 changed files with 95 additions and 99 deletions

15
lua/plugins/snacks.lua Normal file
View File

@@ -0,0 +1,15 @@
return {
"folke/snacks.nvim",
opts = {
picker = {
win = {
input = {
keys = {
["<a-Down>"] = { "history_forward", mode = { "i", "n" } },
["<a-Up>"] = { "history_back", mode = { "i", "n" } },
},
},
},
},
},
}