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:
@@ -79,6 +79,8 @@ M.plugins = {
|
||||
},
|
||||
nvimtree = {
|
||||
enable_git = 0,
|
||||
-- packerCompile required after changing lazy_load
|
||||
lazy_load = true,
|
||||
|
||||
ui = {
|
||||
allow_resize = true,
|
||||
|
||||
Reference in New Issue
Block a user