diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-05-03 08:41:57 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2022-05-03 08:41:57 +0200 |
commit | 12102c365247329f4d6964d6b48e12fa2bf67208 (patch) | |
tree | 0275ffef4d603a5f19dd161f79d6f80ebc9ab770 /Common/powerline_config/themes/vim/plugin_gundo-preview.json | |
parent | 8c8ea3760651c226e585a67b3800e676a2cc86c0 (diff) | |
download | dotfiles-12102c365247329f4d6964d6b48e12fa2bf67208.tar.gz dotfiles-12102c365247329f4d6964d6b48e12fa2bf67208.zip |
Some changes
Diffstat (limited to 'Common/powerline_config/themes/vim/plugin_gundo-preview.json')
-rw-r--r-- | Common/powerline_config/themes/vim/plugin_gundo-preview.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Common/powerline_config/themes/vim/plugin_gundo-preview.json b/Common/powerline_config/themes/vim/plugin_gundo-preview.json new file mode 100644 index 0000000..ad8432c --- /dev/null +++ b/Common/powerline_config/themes/vim/plugin_gundo-preview.json @@ -0,0 +1,18 @@ +{ + "segments": { + "left": [ + { + "type": "string", + "highlight_groups": ["gundo:name", "file_name"], + "contents": "Undo diff" + }, + { + "type": "string", + "highlight_groups": ["gundo:background", "background"], + "draw_soft_divider": false, + "draw_hard_divider": false, + "width": "auto" + } + ] + } +} |