feat: new config to be able to always open the tree on setup (#1023)

This commit is contained in:
Andreas Bissinger
2022-03-01 19:56:04 +01:00
committed by GitHub
parent 97717d8d23
commit 61a59ffae1
3 changed files with 26 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ require'nvim-tree'.setup {
disable_netrw = false,
hijack_netrw = true,
open_on_setup = false,
ignore_buffer_on_setup = false,
ignore_ft_on_setup = {},
auto_close = false,
auto_reload_on_write = true,