Config File Collection
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

default.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "segments": {
  3. "left": [
  4. {
  5. "function": "mode",
  6. "exclude_modes": ["nc"]
  7. },
  8. {
  9. "function": "visual_range",
  10. "include_modes": ["v", "V", "^V", "s", "S", "^S"],
  11. "priority": 10
  12. },
  13. {
  14. "function": "paste_indicator",
  15. "exclude_modes": ["nc"],
  16. "priority": 10
  17. },
  18. {
  19. "function": "powerline.segments.vim.plugin.capslock.capslock_indicator",
  20. "include_modes": ["i", "R", "Rv"],
  21. "priority": 10
  22. },
  23. {
  24. "function": "powerline_gitstatus.gitstatus",
  25. "exclude_modes": ["nc"],
  26. "priority": 30
  27. },
  28. {
  29. "function": "readonly_indicator",
  30. "draw_soft_divider": false,
  31. "after": " "
  32. },
  33. {
  34. "function": "file_scheme",
  35. "priority": 20
  36. },
  37. {
  38. "function": "file_directory",
  39. "priority": 40,
  40. "draw_soft_divider": false
  41. },
  42. {
  43. "function": "file_name",
  44. "draw_soft_divider": false
  45. },
  46. {
  47. "function": "file_vcs_status",
  48. "before": " ",
  49. "draw_soft_divider": false
  50. },
  51. {
  52. "function": "modified_indicator",
  53. "before": " "
  54. },
  55. {
  56. "exclude_modes": ["i", "R", "Rv"],
  57. "function": "trailing_whitespace",
  58. "display": false,
  59. "priority": 60
  60. },
  61. {
  62. "exclude_modes": ["nc"],
  63. "function": "powerline.segments.vim.plugin.syntastic.syntastic",
  64. "priority": 50
  65. },
  66. {
  67. "exclude_modes": ["nc"],
  68. "function": "powerline.segments.vim.plugin.tagbar.current_tag",
  69. "draw_soft_divider": false,
  70. "priority": 50
  71. },
  72. {
  73. "type": "string",
  74. "highlight_groups": ["background"],
  75. "draw_soft_divider": false,
  76. "draw_hard_divider": false,
  77. "width": "auto"
  78. }
  79. ],
  80. "right": [
  81. {
  82. "function": "file_format",
  83. "draw_soft_divider": false,
  84. "exclude_modes": ["nc"],
  85. "priority": 60
  86. },
  87. {
  88. "function": "file_encoding",
  89. "exclude_modes": ["nc"],
  90. "priority": 60
  91. },
  92. {
  93. "function": "file_type",
  94. "exclude_modes": ["nc"],
  95. "priority": 60
  96. },
  97. {
  98. "function": "line_percent",
  99. "priority": 50,
  100. "width": 4,
  101. "align": "r"
  102. },
  103. {
  104. "function": "csv_col_current",
  105. "priority": 30
  106. },
  107. {
  108. "type": "string",
  109. "name": "line_current_symbol",
  110. "highlight_groups": ["line_current_symbol", "line_current"]
  111. },
  112. {
  113. "function": "line_current",
  114. "draw_soft_divider": false,
  115. "width": 3,
  116. "align": "r"
  117. },
  118. {
  119. "function": "virtcol_current",
  120. "draw_soft_divider": false,
  121. "priority": 20,
  122. "before": ":",
  123. "width": 3,
  124. "align": "l"
  125. }
  126. ]
  127. }
  128. }