Added optionally bundling YouCompleteMe.

This commit is contained in:
Troy Patrick 2013-09-03 09:24:54 +12:00 committed by spf13
parent a1f2ef2843
commit 60cc35f9ac

View File

@ -157,6 +157,10 @@
if filereadable(expand("~/.vim/bundle/vim-snippets/snippets/support_functions.vim"))
source ~/.vim/bundle/vim-snippets/snippets/support_functions.vim
endif
elseif count(g:spf13_bundle_groups, 'youcompleteme')
Bundle 'Valloric/YouCompleteMe'
Bundle 'Shougo/neosnippet'
Bundle 'honza/vim-snippets'
elseif count(g:spf13_bundle_groups, 'neocomplcache')
Bundle 'Shougo/neocomplcache'
Bundle 'Shougo/neosnippet'