Files
Dannecron/nvchad-config/configs/nvtree.lua
2025-03-03 11:18:23 +07:00

18 lines
181 B
Lua

local config = {
git = {
enable = true,
},
renderer = {
highlight_git = true,
icons = {
show = {
git = true,
},
},
},
}
return config