add open_on_setup_file option (#1133)

This commit is contained in:
Alexander Courtis
2022-04-03 22:31:40 +10:00
committed by GitHub
parent 8340753e26
commit 6368880968
3 changed files with 24 additions and 3 deletions

View File

@@ -125,6 +125,7 @@ require'nvim-tree'.setup { -- BEGIN_DEFAULT_OPTS
hijack_unnamed_buffer_when_opening = false,
ignore_buffer_on_setup = false,
open_on_setup = false,
open_on_setup_file = false,
open_on_tab = false,
sort_by = "name",
update_cwd = false,