Auto close picker.
This commit is contained in:
parent
e15bb92e27
commit
c3af31dab4
|
@ -2,7 +2,15 @@ return {
|
|||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
opts = {
|
||||
picker = {},
|
||||
-- This one could probably be replaced with a custom function.
|
||||
bufdelete = { enable = true },
|
||||
picker = {
|
||||
sources = {
|
||||
explorer = {
|
||||
auto_close = true,
|
||||
}
|
||||
}
|
||||
},
|
||||
explorer = {},
|
||||
toggle = {},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue