dotfiles/powerline/themes/vim/plugin/gundo-preview.json

20 lines
380 B
JSON
Raw Normal View History

{
"default_module": "powerline.segments.plugin.gundo",
"segments": {
"left": [
{
"type": "string",
"highlight_group": ["gundo.name", "file_name"],
"contents": "Undo diff"
},
{
"type": "string",
"highlight_group": ["gundo.background", "background"],
"draw_soft_divider": false,
"draw_hard_divider": false,
"width": "auto"
}
]
}
}