add nvimtree option to preserve window proportions (#1597)
This commit is contained in:
parent
4d45597468
commit
1754a23e65
|
@ -17,6 +17,7 @@ local options = {
|
|||
side = "left",
|
||||
width = 30,
|
||||
hide_root_folder = true,
|
||||
preserve_window_proportions = true,
|
||||
},
|
||||
git = {
|
||||
enable = false,
|
||||
|
|
Loading…
Reference in New Issue