neovim: add autocmd for opening nvim-tree on startup

This commit is contained in:
2023-02-01 22:50:50 +03:00
parent b15e3c5abc
commit bf55edf5ab
2 changed files with 17 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ end
require("nvim-tree").setup({
disable_netrw = true,
hijack_netrw = true,
open_on_setup = true,
hijack_cursor = true,
open_on_tab = false,
update_cwd = true,