Expected bahavier:
When press in inside pairs like (), [], {}, the paired bracket remove together. But didn't work like that with following minimal config:
The minimal vimrc:
call plug#begin('~/.cache/vim-plug')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()
" Make <CR> notify coc.nvim to format on enter and make improvement of brackets
inoremap <silent><expr> <cr> pumvisible() ? coc#_select_confirm()
\: "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>"
Expected bahavier: When press in inside pairs like (), [], {}, the paired bracket remove together. But didn't work like that with following minimal config:
The minimal vimrc:
My coc-settings: