From 1fdf01ccd40fe35256a08e7451d6e78ca6ef7bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6hl=2C=20Lukas?= Date: Sun, 26 Jun 2022 14:33:51 +0200 Subject: [PATCH] feat(nvim-tree): enable adaptize size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Höhl, Lukas --- lua/plugins/configs/nvimtree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index fdfb636..a557f0a 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -23,6 +23,7 @@ local options = { update_cwd = false, }, view = { + adaptive_size = true, side = "left", width = 25, hide_root_folder = true,