plugin_gundo-preview.json 328 B

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