dotfiles/powerline/themes/vim/plugin/ctrlp.json

29 lines
429 B
JSON
Raw Normal View History

{
"default_module": "powerline.segments.plugin.ctrlp",
"segments": {
"left": [
{
"name": "ctrlp",
"args": {
"side": "left"
}
},
{
"type": "string",
"highlight_group": ["ctrlp.background", "background"],
"draw_soft_divider": false,
"draw_hard_divider": false,
"width": "auto"
}
],
"right": [
{
"name": "ctrlp",
"args": {
"side": "right"
}
}
]
}
}