From 5dd3af00835649ef8418b6e8681ce0b2e89deb11 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 8 Feb 2025 20:11:43 -0500 Subject: [PATCH] add new default picker option: snacks.picker Now telescope and fzf-lua are disabled by default Significant performance boost! --- lua/config/options.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 73e37f2..da74dd5 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -78,8 +78,8 @@ vim.g.rootiest_dev = true ---@type boolean Options: -- Use the Telescope plugin -vim.g.use_telescope = true ---@type boolean Options: +vim.g.use_telescope = false ---@type boolean Options: -- Use the Fzf plugin -vim.g.use_fzf_lua = true ---@type boolean Options: +vim.g.use_fzf_lua = false ---@type boolean Options: -- Use oil file manager vim.g.useoil = false ---@type boolean Options: -- Use NeoTree file manager