cmdwin.json 258 B

1234567891011121314151617
  1. {
  2. "segments": {
  3. "left": [
  4. {
  5. "type": "string",
  6. "contents": "Command Line",
  7. "highlight_group": ["file_name"]
  8. },
  9. {
  10. "type": "string",
  11. "highlight_group": ["background"],
  12. "draw_divider": false,
  13. "width": "auto"
  14. }
  15. ]
  16. }
  17. }