mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-07 00:48:24 +02:00
reduced explorer size
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require("nvim-tree").setup {
|
||||
sort = { sorter = "case_sensitive" },
|
||||
view = { width = 45 },
|
||||
view = { width = 25 },
|
||||
renderer = { group_empty = true },
|
||||
filters = { dotfiles = true },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user