Add auto_close property to nvim-tree setup
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
require("nvim-tree").setup({
|
||||
open_on_setup = true,
|
||||
hijack_cursor = true,
|
||||
auto_close = true,
|
||||
update_cwd = true,
|
||||
update_focused_file = {
|
||||
enable = true
|
||||
|
||||
Reference in New Issue
Block a user