mirror of https://github.com/bjeanes/dotfiles.git
29 lines
429 B
JSON
29 lines
429 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|