Make nvim-tree not opt
This commit is contained in:
parent
1667293a83
commit
52133e7814
|
@ -71,8 +71,6 @@ require('packer').startup(function(use)
|
|||
}
|
||||
use {
|
||||
'kyazdani42/nvim-tree.lua',
|
||||
opt = true,
|
||||
cmd = {'NvimTreeToggle', 'NvimTreeFindFile'},
|
||||
config = function()
|
||||
require 'config_plugins.config_nvim-tree'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue