out.json 410 B

123456789101112131415161718192021222324
  1. {
  2. "default_module": "powerline.segments.ipython",
  3. "segments": {
  4. "left": [
  5. {
  6. "type": "string",
  7. "contents": "Out[",
  8. "draw_soft_divider": false,
  9. "width": "auto",
  10. "align": "r",
  11. "highlight_group": ["prompt"]
  12. },
  13. {
  14. "function": "prompt_count",
  15. "draw_soft_divider": false
  16. },
  17. {
  18. "type": "string",
  19. "contents": "]",
  20. "highlight_group": ["prompt"]
  21. }
  22. ]
  23. }
  24. }