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