1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00

Fix completor delay (#2742)

* Fix completor delay

close #2609
This commit is contained in:
Wang Shidong 2019-04-13 13:29:14 +08:00 committed by GitHub
parent 91f25ce169
commit b49700ef49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,10 @@ function! SpaceVim#layers#lang#vim#plugins() abort
\ }])
elseif g:spacevim_autocomplete_method ==# 'coc'
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
call add(plugins,['tweekmonster/helpful.vim', {'on_cmd': 'HelpfulVersion'}])
return plugins

View File

@ -0,0 +1 @@
let g:completor_completion_delay = g:_spacevim_autocomplete_delay