neovim: close nvim-tree on file open

This commit is contained in:
2023-08-11 10:19:07 +03:00
parent 87edcd25bb
commit 533349b1b7

View File

@@ -85,6 +85,7 @@ require("nvim-tree").setup({
actions = {
open_file = {
resize_window = true,
quit_on_open = true,
},
},
git = {