feat : option to disable git status on nvimtree (#487)
This commit is contained in:
parent
cc48bfb5c8
commit
595be18680
2 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue