mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:40:04 +08:00
8 lines
283 B
VimL
8 lines
283 B
VimL
if !empty(g:_spacevim_key_sequence)
|
|
\ && g:_spacevim_key_sequence !=# 'nil'
|
|
\ && g:spacevim_escape_key_binding !=# g:_spacevim_key_sequence
|
|
exe printf('imap <silent>%s <C-r>=coc#refresh()<CR>', g:_spacevim_key_sequence)
|
|
endif
|
|
|
|
call coc#config('suggest.noselect', v:true)
|