From d2979fe13967f80260a0d31293f105396a9c7691 Mon Sep 17 00:00:00 2001 From: servostar Date: Thu, 6 Jun 2024 13:06:47 +0200 Subject: [PATCH] reduced width of file tree to 30 --- lua/plugins/nvim-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua index 3885933..34be8f9 100644 --- a/lua/plugins/nvim-tree.lua +++ b/lua/plugins/nvim-tree.lua @@ -33,7 +33,7 @@ return { }, view = { signcolumn = "no", - width = 45, + width = 30, }, }, },