Remove auto_close option in nvim-tree setup
This commit is contained in:
@@ -28,7 +28,6 @@ require("nvim-tree").setup({
|
|||||||
hijack_cursor = true,
|
hijack_cursor = true,
|
||||||
open_on_tab = true,
|
open_on_tab = true,
|
||||||
update_cwd = true,
|
update_cwd = true,
|
||||||
auto_close = true,
|
|
||||||
update_focused_file = {
|
update_focused_file = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user