gundo.json 380 B

12345678910111213141516171819
  1. {
  2. "default_module": "powerline.segments.plugin.gundo",
  3. "segments": {
  4. "left": [
  5. {
  6. "type": "string",
  7. "highlight_group": ["gundo.name", "file_name"],
  8. "contents": "Undo tree"
  9. },
  10. {
  11. "type": "string",
  12. "highlight_group": ["gundo.background", "background"],
  13. "draw_soft_divider": false,
  14. "draw_hard_divider": false,
  15. "width": "auto"
  16. }
  17. ]
  18. }
  19. }