neovim(nvim-tree): set adaptive_size to true

This commit is contained in:
2022-07-21 23:19:24 +03:00
parent 3226f7093e
commit ca6e236892

View File

@@ -44,6 +44,7 @@ require("nvim-tree").setup({
},
view = {
width = 30,
adaptive_size = true,
side = "left",
preserve_window_proportions = true,
centralize_selection = true,