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:
parent
7be01383ab
commit
a2d91acc84
2 changed files with 4 additions and 1 deletions
|
@ -79,6 +79,8 @@ M.plugins = {
|
|||
},
|
||||
nvimtree = {
|
||||
enable_git = 0,
|
||||
-- packerCompile required after changing lazy_load
|
||||
lazy_load = true,
|
||||
|
||||
ui = {
|
||||
allow_resize = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue