fix nvimtree opening half on file open (#606)
This commit is contained in:
parent
1278a3b703
commit
f58c7e7b9e
|
@ -66,6 +66,11 @@ local default = {
|
|||
enable = false,
|
||||
ignore = false,
|
||||
},
|
||||
actions = {
|
||||
open_file = {
|
||||
resize_window = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
local M = {}
|
||||
|
|
Loading…
Reference in New Issue