From 4bbbe22cdb74723f9ab654b38fd6bf2abf851e64 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Wed, 15 Apr 2026 14:42:57 +0200 Subject: [PATCH] explorer width -> 35 --- lua/config/nvimtree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/nvimtree.lua b/lua/config/nvimtree.lua index cdb619d..4370383 100644 --- a/lua/config/nvimtree.lua +++ b/lua/config/nvimtree.lua @@ -1,6 +1,6 @@ require("nvim-tree").setup { sort = { sorter = "case_sensitive" }, - view = { width = 25 }, + view = { width = 35 }, renderer = { group_empty = true }, filters = { dotfiles = true }, }