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 }, }