aboutsummaryrefslogtreecommitdiff
path: root/Common/powerline_config/themes/vim/plugin_commandt.json
diff options
context:
space:
mode:
Diffstat (limited to 'Common/powerline_config/themes/vim/plugin_commandt.json')
-rw-r--r--Common/powerline_config/themes/vim/plugin_commandt.json26
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": [
- ]
- }
-}