add some options for nvimtree

This commit is contained in:
siduck 2021-12-12 08:49:40 +05:30
parent d2db2cc1cd
commit 7c9bf9cbe3
2 changed files with 12 additions and 7 deletions

View file

@ -79,6 +79,12 @@ M.plugins = {
},
nvimtree = {
enable_git = 0,
ui = {
allow_resize = true,
side = "left",
width = 25,
},
},
luasnip = {
snippet_path = {},