From 921b2a10d5e67ad3a88faf6f4470cf3ea1b48cac Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Thu, 21 May 2026 16:42:16 -0600 Subject: [PATCH] enabled quick load --- lua/plugins/editor.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 84b697d..a72886d 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -11,6 +11,9 @@ return { { "folke/snacks.nvim", opts = { + quickfile = { + enabled = true, + }, explorer = { replace_netrw = true, },