fix nvimtree opening half on file open (#606)

This commit is contained in:
siduck 2022-03-12 08:39:16 +05:30
parent 1278a3b703
commit f58c7e7b9e
1 changed files with 5 additions and 0 deletions

View File

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