diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 19:11:19 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 19:11:19 +0100 |
| commit | 01e206524dfa62b8812599366806a11f2cae15fd (patch) | |
| tree | 130a037d78d71a97adb70d46251aa9b39b54e412 /config/powerline/themes/vim/help.json | |
| parent | 0111fba856f086d9b94858328e1388d724c12826 (diff) | |
Merge master
Diffstat (limited to 'config/powerline/themes/vim/help.json')
| -rw-r--r-- | config/powerline/themes/vim/help.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/config/powerline/themes/vim/help.json b/config/powerline/themes/vim/help.json deleted file mode 100644 index 7407105..0000000 --- a/config/powerline/themes/vim/help.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "segments": { - "left": [ - { - "name": "file_name", - "draw_soft_divider": false - }, - { - "type": "string", - "highlight_group": ["background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ], - "right": [ - { - "name": "line_percent", - "priority": 30, - "width": 4, - "align": "r" - }, - { - "type": "string", - "name": "line_current_symbol", - "highlight_group": ["line_current_symbol", "line_current"] - }, - { - "name": "line_current", - "draw_soft_divider": false, - "width": 3, - "align": "r" - } - ] - } -} |