mirror of
https://github.com/powerline/powerline.git
synced 2025-07-21 21:05:11 +02:00
Update CtrlP config to match segment changes
This commit is contained in:
parent
74d4ee9669
commit
1fe98e1c3d
@ -3,7 +3,10 @@
|
|||||||
"segments": {
|
"segments": {
|
||||||
"left": [
|
"left": [
|
||||||
{
|
{
|
||||||
"name": "ctrlp_left"
|
"name": "ctrlp",
|
||||||
|
"args": {
|
||||||
|
"side": "left"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -15,7 +18,10 @@
|
|||||||
],
|
],
|
||||||
"right": [
|
"right": [
|
||||||
{
|
{
|
||||||
"name": "ctrlp_right"
|
"name": "ctrlp",
|
||||||
|
"args": {
|
||||||
|
"side": "right"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user