fix nvimtree opening half on file open (#606)
This commit is contained in:
parent
1278a3b703
commit
f58c7e7b9e
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@ local default = {
|
||||||
enable = false,
|
enable = false,
|
||||||
ignore = false,
|
ignore = false,
|
||||||
},
|
},
|
||||||
|
actions = {
|
||||||
|
open_file = {
|
||||||
|
resize_window = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
Loading…
Reference in a new issue