mirror of
https://github.com/Dannecron/Dannecron.git
synced 2025-12-25 16:22:35 +03:00
18 lines
181 B
Lua
18 lines
181 B
Lua
local config = {
|
|
git = {
|
|
enable = true,
|
|
},
|
|
|
|
renderer = {
|
|
highlight_git = true,
|
|
icons = {
|
|
show = {
|
|
git = true,
|
|
},
|
|
},
|
|
},
|
|
}
|
|
|
|
return config
|
|
|