Make nvim-tree not opt

This commit is contained in:
Evie Litherland-Smith 2022-11-03 09:55:09 +00:00
parent 1667293a83
commit 52133e7814

View file

@ -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