Turn off nvim-tree auto opening

This commit is contained in:
Evie Litherland-Smith 2023-01-25 11:57:19 +00:00
parent ed0e662844
commit 9b6bf8371f

View file

@ -1,16 +1,16 @@
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
require('nvim-tree').setup {
open_on_setup=true,
open_on_setup=false,
open_on_setup_file=false,
hijack_cursor=true,
hijack_cursor=false,
sync_root_with_cwd=true,
update_focused_file = {
enable = true,
},
diagnostics = {
enable = true,
show_on_dirs = true,
show_on_dirs = false,
},
filters = { custom = { "^.git$" } },
renderer = {