use preserve_window_proportions instead of auto_resize

This commit is contained in:
2022-04-27 10:43:04 +03:00
parent 62083778f8
commit 16b21c8229

View File

@@ -63,7 +63,7 @@ require("nvim-tree").setup({
view = { view = {
width = 30, width = 30,
side = "left", side = "left",
auto_resize = true, preserve_window_proportions = true,
mappings = { mappings = {
list = { list = {
{ key = "tn", action = "tabnew" }, { key = "tn", action = "tabnew" },