fix nvimtree config

This commit is contained in:
LordMZTE 2021-10-11 00:48:23 +02:00
parent b86d864a69
commit 72a53b67f1

View file

@ -1,10 +1,12 @@
require'nvim-tree'.setup {
require 'nvim-tree'.setup {
-- don't open tree when using firenvim
open_on_setup = not vim.g.started_by_firenvim,
auto_close = true,
lsp_diagnostics = true,
diagnostics = {
enable = true,
},
view = {
auto_resize = true,
}
},
}