You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
429 B
29 lines
429 B
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|