This commit is contained in:
Ben Kyd
2023-04-12 22:33:03 +01:00
parent 617679a6a9
commit a4b208242f
3 changed files with 9 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
require("nvim-tree").setup({
hijack_unnamed_buffer_when_opening = true,
open_on_setup = false,
open_on_setup_file = false,
--open_on_setup = false,
--open_on_setup_file = false,
update_focused_file = {
enable = true,
},