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:
commit
b5eaef25a0
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user