use preserve_window_proportions instead of auto_resize
This commit is contained in:
@@ -63,7 +63,7 @@ require("nvim-tree").setup({
|
||||
view = {
|
||||
width = 30,
|
||||
side = "left",
|
||||
auto_resize = true,
|
||||
preserve_window_proportions = true,
|
||||
mappings = {
|
||||
list = {
|
||||
{ key = "tn", action = "tabnew" },
|
||||
|
||||
Reference in New Issue
Block a user