diff options
author | yushyin <yushyin@saga> | 2016-02-13 16:20:15 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2016-02-13 16:20:15 +0100 |
commit | e661908653bb9d5a21017aa1253bccaf3c20629c (patch) | |
tree | ca13a5bb31ee39abdd8f31fdeca7ae82b5ef19fd | |
parent | 395c84da5126d0861151826389df358526a4f4a2 (diff) | |
download | dotfiles-e661908653bb9d5a21017aa1253bccaf3c20629c.tar.gz dotfiles-e661908653bb9d5a21017aa1253bccaf3c20629c.tar.xz |
Vim: Add vinarise plugin
-rw-r--r-- | vim/neobundle.toml | 4 |
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' |