Use LazyVim as foundation
This commit is contained in:
21
lua/plugins/exporer.lua
Normal file
21
lua/plugins/exporer.lua
Normal file
@ -0,0 +1,21 @@
|
||||
return {
|
||||
"folke/snacks.nvim",
|
||||
opts = {
|
||||
picker = {
|
||||
sources = {
|
||||
explorer = {
|
||||
auto_close = true,
|
||||
win = {
|
||||
list = {
|
||||
keys = {
|
||||
["<Esc>"] = function()
|
||||
--Do nothing
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user