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
The workflow is as follows , first I type <ht and then get a suggestion for html so I hit tab which completes it to <html and then I hit enter and I get the total completion with an extra angle bracket.
Also if I add this lines to my vimrc --
" Make <CR> to accept selected completion item or notify coc.nvim to format
" <C-g>u breaks current undo, please make your own choice
inoremap <silent><expr> <CR> coc#pum#visible() ? coc#pum#confirm()
\: "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>"
I don't get total completion after hitting enter but only completion till <html
The text was updated successfully, but these errors were encountered:
When I use the following config, I get an extra starting angle bracket.
output.mp4
The workflow is as follows , first I type <ht and then get a suggestion for html so I hit tab which completes it to <html and then I hit enter and I get the total completion with an extra angle bracket.
Also if I add this lines to my vimrc --
I don't get total completion after hitting enter but only completion till <html
The text was updated successfully, but these errors were encountered: