powerline...gits

This commit is contained in:
Johannes Findeisen 2020-04-28 19:46:37 +02:00
commit 78b551dd0e
No known key found for this signature in database
GPG key ID: 2128DE136929E573
48 changed files with 2586 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"segments": {
"left": [
{
"function": "powerline.segments.common.env.virtualenv",
"priority": 10
},
{
"type": "string",
"contents": "In [",
"draw_soft_divider": false,
"highlight_groups": ["prompt"]
},
{
"function": "powerline.segments.ipython.prompt_count",
"draw_soft_divider": false
},
{
"type": "string",
"contents": "]",
"highlight_groups": ["prompt"]
}
]
}
}