feat: complete coc with enter (for longer suggestions)

This commit is contained in:
Michael Mandl 2021-07-08 08:44:19 +02:00
parent 13958c9584
commit abc0d8d3f1
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -198,3 +198,5 @@ inoremap <silent><expr> <S-Tab>
\ <SID>check_back_space() ? "\<S-Tab>" :
\ coc#refresh()
" select completion items with enter
inoremap <silent><expr> <CR> pumvisible() ? "\<C-y>" : "\<C-g>u\<CR>"