fix: add config for preserving window proportions on open file (#999)

This commit is contained in:
Richard Mathieson
2022-02-23 00:04:14 +11:00
committed by GitHub
parent 61b57e3676
commit 3486c48225
4 changed files with 20 additions and 7 deletions

View File

@@ -151,6 +151,7 @@ require'nvim-tree'.setup {
hide_root_folder = false,
side = 'left',
auto_resize = false,
preserve_window_proportions = false,
mappings = {
custom_only = false,
list = {}