coq_nvim icon indicating copy to clipboard operation
coq_nvim copied to clipboard

Inset parenthesis after function name

Open unsafe-andrew-old opened this issue 3 years ago • 1 comments

Is there any way to automatically insert parenthesis after function name completion?

unsafe-andrew-old avatar Mar 26 '22 12:03 unsafe-andrew-old

yes! just map it using the vim.keymap api as done here

kaiuri avatar Mar 26 '22 15:03 kaiuri