From e661908653bb9d5a21017aa1253bccaf3c20629c Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 13 Feb 2016 16:20:15 +0100 Subject: Vim: Add vinarise plugin --- vim/neobundle.toml | 4 ++++ 1 file changed, 4 insertions(+) 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' -- cgit v1.2.3-24-g4f1b