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.
27 lines
457 B
27 lines
457 B
{
|
|
"default_module": "powerline.segments.common",
|
|
"segments": {
|
|
"left": [
|
|
{
|
|
"function": "virtualenv",
|
|
"priority": 10
|
|
},
|
|
{
|
|
"type": "string",
|
|
"contents": "In [",
|
|
"draw_soft_divider": false,
|
|
"highlight_group": ["prompt"]
|
|
},
|
|
{
|
|
"function": "powerline.segments.ipython.prompt_count",
|
|
"draw_soft_divider": false
|
|
},
|
|
{
|
|
"type": "string",
|
|
"contents": "]",
|
|
"highlight_group": ["prompt"]
|
|
}
|
|
]
|
|
}
|
|
}
|