14 lines
141 B
Lua
14 lines
141 B
Lua
|
|
return {
|
|
renderer = {
|
|
icons = {
|
|
show = {
|
|
git = false,
|
|
},
|
|
},
|
|
},
|
|
filters = {
|
|
git_ignored = false,
|
|
}
|
|
}
|