set resize_window to true for open_file action

This commit is contained in:
2022-03-21 18:26:54 +03:00
parent 357f1736bd
commit 01605e5614

View File

@@ -63,6 +63,11 @@ require("nvim-tree").setup({
filters = { filters = {
custom = { ".git" }, custom = { ".git" },
}, },
actions = {
open_file = {
resize_window = true,
},
},
git = { git = {
ignore = true, ignore = true,
}, },