neoclide / coc-pairs

Basic auto pairs extension of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for using vim-endwise

Th3Whit3Wolf opened this issue · comments

vim-endwise is not an auto-pair plugin but I'm having some difficulty using it with

inoremap <silent><expr> <cr> pumvisible() ? coc#_select_confirm() : "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>"

Is there anyway to make them work together?

Nevermind found the answer here