summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2016-02-13 16:20:15 +0100
committeryushyin <yushyin@saga>2016-02-13 16:20:15 +0100
commite661908653bb9d5a21017aa1253bccaf3c20629c (patch)
treeca13a5bb31ee39abdd8f31fdeca7ae82b5ef19fd
parent395c84da5126d0861151826389df358526a4f4a2 (diff)
downloaddotfiles-e661908653bb9d5a21017aa1253bccaf3c20629c.tar.gz
dotfiles-e661908653bb9d5a21017aa1253bccaf3c20629c.tar.xz
Vim: Add vinarise plugin
-rw-r--r--vim/neobundle.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
index b2cc772..fe9a3f9 100644
--- a/vim/neobundle.toml
+++ b/vim/neobundle.toml
@@ -126,3 +126,7 @@ on_ft = 'rust'
[[plugins]]
repository = 'MarcWeber/vim-addon-local-vimrc'
+
+[[plugins]]
+repository = 'Shougo/vinarise.vim'
+on_cmd = 'Vinarise'