use preserve_window_proportions instead of auto_resize
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user