snacks.nvim: remove the annoying explorer that pops up when starting in a directory

This commit is contained in:
krolxon 2025-11-11 15:45:17 +05:30
parent 6174ca1482
commit 764f14d06c
1 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,8 @@
return {
{
"folke/snacks.nvim",
opts = {
explorer = {enabled = false},
}
},
}