Swap out claudecode with snacks
This commit is contained in:
15
lua/plugins/snacks.lua
Normal file
15
lua/plugins/snacks.lua
Normal 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" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user