add some options for nvimtree
This commit is contained in:
parent
d2db2cc1cd
commit
7c9bf9cbe3
2 changed files with 12 additions and 7 deletions
|
@ -79,6 +79,12 @@ M.plugins = {
|
|||
},
|
||||
nvimtree = {
|
||||
enable_git = 0,
|
||||
|
||||
ui = {
|
||||
allow_resize = true,
|
||||
side = "left",
|
||||
width = 25,
|
||||
},
|
||||
},
|
||||
luasnip = {
|
||||
snippet_path = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue