enabled quick load

This commit is contained in:
2026-05-21 16:42:16 -06:00
parent d8c8cde4f5
commit 921b2a10d5

View File

@@ -11,6 +11,9 @@ return {
{ {
"folke/snacks.nvim", "folke/snacks.nvim",
opts = { opts = {
quickfile = {
enabled = true,
},
explorer = { explorer = {
replace_netrw = true, replace_netrw = true,
}, },