neoclide / coc-pairs

Basic auto pairs extension of coc.nvim
295 stars 14 forks source link

Some Problem With Indent After Type { #84

Closed NEX-S closed 2 years ago

NEX-S commented 2 years ago

int main(){ |}

int main() { |}

how can i make it run like

int main() { | }

int main() { | }

chemzqm commented 2 years ago

:h coc#on_enter()