plugin_commandt.json 474 B

1234567891011121314151617181920212223242526
  1. {
  2. "segments": {
  3. "left": [
  4. {
  5. "type": "string",
  6. "contents": "Command-T",
  7. "highlight_groups": ["commandt:label"]
  8. },
  9. {
  10. "function": "powerline.segments.vim.plugin.commandt.finder"
  11. },
  12. {
  13. "function": "powerline.segments.vim.plugin.commandt.path"
  14. },
  15. {
  16. "type": "string",
  17. "highlight_groups": ["commandt:background"],
  18. "draw_soft_divider": false,
  19. "draw_hard_divider": false,
  20. "width": "auto"
  21. }
  22. ],
  23. "right": [
  24. ]
  25. }
  26. }