add nvimtree option to preserve window proportions (#1597)

This commit is contained in:
siduck 2023-04-04 05:31:43 +05:30
parent 4d45597468
commit 1754a23e65

View file

@ -17,6 +17,7 @@ local options = {
side = "left",
width = 30,
hide_root_folder = true,
preserve_window_proportions = true,
},
git = {
enable = false,