in.json 445 B

1234567891011121314151617181920212223242526
  1. {
  2. "default_module": "powerline.segments.common",
  3. "segments": {
  4. "left": [
  5. {
  6. "name": "virtualenv"
  7. },
  8. {
  9. "type": "string",
  10. "contents": "In[",
  11. "draw_soft_divider": false,
  12. "highlight_group": ["prompt"]
  13. },
  14. {
  15. "name": "prompt_count",
  16. "module": "powerline.segments.ipython",
  17. "draw_soft_divider": false
  18. },
  19. {
  20. "type": "string",
  21. "contents": "]",
  22. "highlight_group": ["prompt"]
  23. }
  24. ]
  25. }
  26. }