]> git.rmz.io Git - dotfiles.git/commitdiff
vim: make vimproc on updates
authorSamir Benmendil <samir@fppnt.com>
Thu, 10 Oct 2019 10:12:18 +0000 (11:12 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 10 Oct 2019 10:54:09 +0000 (11:54 +0100)
vim/vimrc

index 78b44f4581695018d99381db22360a692e406a38..6bd7ead92d7325f060dc77b0fec6b81ae579d4ad 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -37,7 +37,7 @@ Plug 'vimwiki/vimwiki', { 'branch': 'dev' }
 Plug 'scrooloose/syntastic'
 Plug 'sgeb/vim-diff-fold'
 Plug 'shougo/unite.vim'
-Plug 'shougo/vimproc.vim'
+Plug 'shougo/vimproc.vim', {'do': 'make'}
 Plug 'sjl/gundo.vim'
 Plug 'thinca/vim-qfreplace'
 Plug 'tomtom/tcomment_vim'