neovim: close nvim-tree on file open
This commit is contained in:
@@ -85,6 +85,7 @@ require("nvim-tree").setup({
|
|||||||
actions = {
|
actions = {
|
||||||
open_file = {
|
open_file = {
|
||||||
resize_window = true,
|
resize_window = true,
|
||||||
|
quit_on_open = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
|
|||||||
Reference in New Issue
Block a user