dotfiles/.config/nvim/lua/plugins/nvim-tree.lua
2025-06-19 23:27:14 -04:00

19 lines
232 B
Lua

return {
"nvim-tree/nvim-tree.lua",
sort = {
sorter = "name",
},
view = {
width = 30,
},
renderer = {
group_empty = false,
highlight_git = "all",
},
filters = {
dotfiles = true,
},
git = {
enable = true,
}
}