feat : option to disable git status on nvimtree (#487)

This commit is contained in:
siduck76 2021-09-24 19:07:24 +05:30
parent cc48bfb5c8
commit 595be18680
2 changed files with 9 additions and 4 deletions

View file

@ -77,7 +77,10 @@ M.plugins = {
},
options = {
lspconfig = {
servers = {} -- eg: "HTML"
servers = {} -- eg: "html"
},
nvimtree = {
disable_git = 1
},
statusline = { -- statusline related options
-- these are filetypes, not pattern matched