You cannot 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
445 B
JSON
27 lines
445 B
JSON
{
|
|
"default_module": "powerline.segments.common",
|
|
"segments": {
|
|
"left": [
|
|
{
|
|
"name": "virtualenv"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"contents": "In[",
|
|
"draw_soft_divider": false,
|
|
"highlight_group": ["prompt"]
|
|
},
|
|
{
|
|
"name": "prompt_count",
|
|
"module": "powerline.segments.ipython",
|
|
"draw_soft_divider": false
|
|
},
|
|
{
|
|
"type": "string",
|
|
"contents": "]",
|
|
"highlight_group": ["prompt"]
|
|
}
|
|
]
|
|
}
|
|
}
|