DEV Community

Discussion on: Day 1 of 7 days of VIM challenge

Collapse
 
mafflerbach profile image
mafflerbach

Do you have maybe coc-pairs installed? It coult interfere with this mappings:

inoremap [ []<left>
inoremap { {}<left>
inoremap {<CR> {<CR>}<ESC>O
inoremap {;<CR> {<CR>};<ESC>O

Enter fullscreen mode Exit fullscreen mode
Collapse
 
zunamidev profile image
zunami

Now I have it installed thanks :)