| 123456789101112131415161718192021222324 |
- {
- "default_module": "powerline.segments.ipython",
- "segments": {
- "left": [
- {
- "type": "string",
- "contents": "Out[",
- "draw_soft_divider": false,
- "width": "auto",
- "align": "r",
- "highlight_group": ["prompt"]
- },
- {
- "function": "prompt_count",
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "contents": "]",
- "highlight_group": ["prompt"]
- }
- ]
- }
- }
|