You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use use COC and Delimitmate. In order to use the auto import of COC, you need to add something like this to your init.vim inoremap <expr> <cr> pumvisible() ? "\<C-y>" : "\<C-g>u\<CR>"
This allows you to use ENTER to select the currently highlighted item and to auto import it. However, this configuration overrides Delimitmate’s expand on CR…
Suggestions?
The text was updated successfully, but these errors were encountered:
I use use COC and Delimitmate. In order to use the auto import of COC, you need to add something like this to your init.vim
inoremap <expr> <cr> pumvisible() ? "\<C-y>" : "\<C-g>u\<CR>"
This allows you to use ENTER to select the currently highlighted item and to auto import it. However, this configuration overrides Delimitmate’s expand on CR…
Suggestions?
The text was updated successfully, but these errors were encountered: