config directory

This commit is contained in:
Haak Saxberg 2013-08-02 02:13:56 -07:00
parent 63143130e8
commit 13e29999aa
23 changed files with 911 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"default_module": "powerline.segments.common",
"segments": {
"left": [
{
"type": "string",
"contents": "Out[",
"draw_soft_divider": false,
"width": "auto",
"align": "r",
"highlight_group": ["prompt"]
},
{
"name": "prompt_count",
"module": "powerline.segments.ipython",
"draw_soft_divider": false
},
{
"type": "string",
"contents": "]",
"highlight_group": ["prompt"]
}
]
}
}