mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 10:13:46 +01:00
fix nvimtree config
This commit is contained in:
parent
b86d864a69
commit
72a53b67f1
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
require'nvim-tree'.setup {
|
require 'nvim-tree'.setup {
|
||||||
-- don't open tree when using firenvim
|
-- don't open tree when using firenvim
|
||||||
open_on_setup = not vim.g.started_by_firenvim,
|
open_on_setup = not vim.g.started_by_firenvim,
|
||||||
auto_close = true,
|
auto_close = true,
|
||||||
lsp_diagnostics = true,
|
diagnostics = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
view = {
|
view = {
|
||||||
auto_resize = true,
|
auto_resize = true,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue