mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:20:05 +08:00
parent
91f25ce169
commit
b49700ef49
@ -26,6 +26,10 @@ function! SpaceVim#layers#lang#vim#plugins() abort
|
|||||||
\ }])
|
\ }])
|
||||||
elseif g:spacevim_autocomplete_method ==# 'coc'
|
elseif g:spacevim_autocomplete_method ==# 'coc'
|
||||||
call add(plugins, ['neoclide/coc-neco', {'merged' : 0}])
|
call add(plugins, ['neoclide/coc-neco', {'merged' : 0}])
|
||||||
|
elseif g:spacevim_autocomplete_method ==# 'completor'
|
||||||
|
" call add(plugins, ['kyouryuukunn/completor-necovim', {'merged' : 0}])
|
||||||
|
" This plugin has bug in neovim-qt win 7
|
||||||
|
" https://github.com/maralla/completor.vim/issues/250
|
||||||
endif
|
endif
|
||||||
call add(plugins,['tweekmonster/helpful.vim', {'on_cmd': 'HelpfulVersion'}])
|
call add(plugins,['tweekmonster/helpful.vim', {'on_cmd': 'HelpfulVersion'}])
|
||||||
return plugins
|
return plugins
|
||||||
|
1
config/plugins/completor.vim
Normal file
1
config/plugins/completor.vim
Normal file
@ -0,0 +1 @@
|
|||||||
|
let g:completor_completion_delay = g:_spacevim_autocomplete_delay
|
Loading…
Reference in New Issue
Block a user