Add a reminder of a manual postinstall for a plugin.

This commit is contained in:
Thomas Gideon 2015-10-13 13:54:09 -04:00
parent bf2cda093d
commit adade266db

View file

@ -44,6 +44,7 @@ Plugin 'pangloss/vim-javascript'
" find, complete, etc. on steroids
Plugin 'Shougo/unite.vim'
" proc supports the async file recursion mode in Unite
" N.B. on a fresh set up, cd ~/.vim/bundle/vimproc and run make
Plugin 'Shougo/vimproc.vim'
" auto detect tab and space handling rather than setting per project
Plugin 'tpope/vim-sleuth'