-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hangs with neovim and coc.nvim #25
Comments
Occurs with deoplete as well
|
I use the following snippet to resolve this issue across plugins: inoremap <silent><expr> <cr> <sid>handle_cr()
function! s:handle_cr() abort
return pumvisible() ? "\<C-y>" : "\<C-g>u\<CR>"
endfunction |
Still broken for me. Effectively on open paren and <CR> it ends up pasting over and over the same few characters from coc.vim for some reason. |
Hangs when I press enter.
The following is visible when I force quit nvim and reopen using swp file.
I think it might be conflicting with coc nvim?
relevant coc nvim config
The text was updated successfully, but these errors were encountered: