fix nvimtree opening half on file open (#606)

pull/869/head
siduck 3 years ago
parent 1278a3b703
commit f58c7e7b9e

@ -66,6 +66,11 @@ local default = {
enable = false,
ignore = false,
},
actions = {
open_file = {
resize_window = true,
},
},
}
local M = {}

Loading…
Cancel
Save