nvimtree: Allow changing lazy load from chadrc | Resolve https://github.com/NvChad/NvChad/issues/621

a packerCompile is needed after changin the config value in chadrc
This commit is contained in:
Akianonymus 2021-12-24 23:35:13 +05:30 committed by siduck
parent 7be01383ab
commit a2d91acc84
2 changed files with 4 additions and 1 deletions

View file

@ -79,6 +79,8 @@ M.plugins = {
},
nvimtree = {
enable_git = 0,
-- packerCompile required after changing lazy_load
lazy_load = true,
ui = {
allow_resize = true,