diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
commit | 72efe134f645a5212f875c153dd8db4a64cbe968 (patch) | |
tree | d23229285071bf381515657b94919852ebf426c9 /Common/powerline_config/themes/vim/plugin_commandt.json | |
parent | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff) | |
download | dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip |
changes
Diffstat (limited to 'Common/powerline_config/themes/vim/plugin_commandt.json')
-rw-r--r-- | Common/powerline_config/themes/vim/plugin_commandt.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Common/powerline_config/themes/vim/plugin_commandt.json b/Common/powerline_config/themes/vim/plugin_commandt.json deleted file mode 100644 index dd6748f..0000000 --- a/Common/powerline_config/themes/vim/plugin_commandt.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "segments": { - "left": [ - { - "type": "string", - "contents": "Command-T", - "highlight_groups": ["commandt:label"] - }, - { - "function": "powerline.segments.vim.plugin.commandt.finder" - }, - { - "function": "powerline.segments.vim.plugin.commandt.path" - }, - { - "type": "string", - "highlight_groups": ["commandt:background"], - "draw_soft_divider": false, - "draw_hard_divider": false, - "width": "auto" - } - ], - "right": [ - ] - } -} |