add json server and remove deprecated open_on_setup option

This commit is contained in:
2023-05-31 19:47:24 +03:00
parent c387db0bdd
commit b424ac2685
2 changed files with 1 additions and 1 deletions

View File

@@ -139,7 +139,6 @@ require 'nvim-tree'.setup {
-- hijack netrw window on startup
hijack_netrw = true,
-- open the tree when running this setup function
open_on_setup = false,
update_cwd = true,
-- update_to_buf_dir = { enable = true, auto_open = true },
update_focused_file = { enable = true, update_cwd = true },