mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +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}])
|
\ 'merged' : 0}])
|
||||||
endif
|
endif
|
||||||
if g:spacevim_autocomplete_method ==# 'ycm'
|
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}])
|
call add(plugins, ['Valloric/YouCompleteMe', { 'loadconf_before' : 1, 'merged' : 0}])
|
||||||
elseif g:spacevim_autocomplete_method ==# 'neocomplete'
|
elseif g:spacevim_autocomplete_method ==# 'neocomplete'
|
||||||
call add(plugins, ['Shougo/neocomplete', {
|
call add(plugins, ['Shougo/neocomplete', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user