sunhat/configs/dotfiles/powerline/themes/vim/plugin_gundo.json
2024-06-09 04:16:43 -05:00

19 lines
328 B
JSON

{
"segments": {
"left": [
{
"type": "string",
"highlight_groups": ["gundo:name", "file_name"],
"contents": "Undo tree"
},
{
"type": "string",
"highlight_groups": ["gundo:background", "background"],
"draw_soft_divider": false,
"draw_hard_divider": false,
"width": "auto"
}
]
}
}