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:
parent
899a1943f6
commit
532788e92a
1
config/plugins/coc.nvim-release.vim
Normal file
1
config/plugins/coc.nvim-release.vim
Normal file
@ -0,0 +1 @@
|
||||
call SpaceVim#util#loadConfig('plugins/coc.vim')
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user