add config option to disable nvimtree
This commit is contained in:
@@ -252,6 +252,7 @@ return packer.startup(function()
|
||||
-- file managing , picker etc
|
||||
use {
|
||||
"kyazdani42/nvim-tree.lua",
|
||||
disable = not status.nvimtree,
|
||||
cmd = { "NvimTreeToggle", "NvimTreeFocus" },
|
||||
config = override_req("nvim_tree", "plugins.configs.nvimtree"),
|
||||
setup = function()
|
||||
|
||||
Reference in New Issue
Block a user