Auto close picker.

This commit is contained in:
Drew Galbraith 2025-05-12 23:27:49 -07:00
parent e15bb92e27
commit c3af31dab4
1 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,15 @@ return {
"folke/snacks.nvim", "folke/snacks.nvim",
priority = 1000, priority = 1000,
opts = { opts = {
picker = {}, -- This one could probably be replaced with a custom function.
bufdelete = { enable = true },
picker = {
sources = {
explorer = {
auto_close = true,
}
}
},
explorer = {}, explorer = {},
toggle = {}, toggle = {},
}, },