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