got nvim-tree to open on startup

This commit is contained in:
tomit4 2022-04-18 09:43:32 -07:00
parent fe2869a709
commit 41e1b0fca4

View file

@ -318,8 +318,8 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
hijack_netrw = true,
hijack_unnamed_buffer_when_opening = false,
ignore_buffer_on_setup = false,
open_on_setup = false,
open_on_setup_file = false,
open_on_setup = true,
open_on_setup_file = true,
open_on_tab = false,
sort_by = "name",
update_cwd = false,