set resize_window to true for open_file action
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user