1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00

Merge remote-tracking branch 'origin/fix_ycm' into dev

This commit is contained in:
wsdjeg 2017-11-24 23:08:55 +08:00
commit b5eaef25a0

View File

@ -41,7 +41,6 @@ function! SpaceVim#layers#autocomplete#plugins() abort
\ 'merged' : 0}])
endif
if g:spacevim_autocomplete_method ==# 'ycm'
call add(plugins, ['ervandew/supertab', { 'loadconf_before' : 1, 'merged' : 0}])
call add(plugins, ['Valloric/YouCompleteMe', { 'loadconf_before' : 1, 'merged' : 0}])
elseif g:spacevim_autocomplete_method ==# 'neocomplete'
call add(plugins, ['Shougo/neocomplete', {