feat(nvim-tree): enable adaptize size
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
This commit is contained in:
parent
62b9c09f44
commit
1fdf01ccd4
|
@ -23,6 +23,7 @@ local options = {
|
|||
update_cwd = false,
|
||||
},
|
||||
view = {
|
||||
adaptive_size = true,
|
||||
side = "left",
|
||||
width = 25,
|
||||
hide_root_folder = true,
|
||||
|
|
Loading…
Reference in New Issue