feat(nvim-tree): enable adaptize size

Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
This commit is contained in:
Höhl, Lukas 2022-06-26 14:33:51 +02:00 committed by siduck
parent 62b9c09f44
commit 1fdf01ccd4
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ local options = {
update_cwd = false,
},
view = {
adaptive_size = true,
side = "left",
width = 25,
hide_root_folder = true,