set resize_window to true for open_file action
This commit is contained in:
@@ -63,6 +63,11 @@ require("nvim-tree").setup({
|
||||
filters = {
|
||||
custom = { ".git" },
|
||||
},
|
||||
actions = {
|
||||
open_file = {
|
||||
resize_window = true,
|
||||
},
|
||||
},
|
||||
git = {
|
||||
ignore = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user