commit 3f5e0e244bcae2b06e79a6068bbbdfa3a8f64774 parent e38769130bd3f8356f128967bbd7a0bc6f7ae33c Author: Chris Bracken <chris@bracken.jp> Date: Sun, 25 Aug 2024 21:47:56 -0700 Set NvimTree width to 50 Diffstat:
M | .config/nvim/lua/plugins/utilities.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/nvim/lua/plugins/utilities.lua b/.config/nvim/lua/plugins/utilities.lua @@ -29,7 +29,7 @@ return { }, }, view = { - width = 35, + width = 50, }, }, init = function()