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

fix(coc): set suggest.noselect to true

This commit is contained in:
wsdjeg 2023-03-30 13:36:44 +08:00
parent 899a1943f6
commit 532788e92a
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
call SpaceVim#util#loadConfig('plugins/coc.vim')

View File

@ -3,3 +3,5 @@ if !empty(g:_spacevim_key_sequence)
\ && 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)