todo-comments.nvim
todo-comments.nvim copied to clipboard
[Bug] Error executing lua callback: Keyboard interrupt
Hi. If I press O to enter a new line, then Ctrl + c, shows me this message.

Why do you believe this is due to todo-comments?
Why do you believe this is due to todo-comments?
Because I disabled all plugins, and just leave this, and this provoques.
thanks, I'll look into it!
Just to chime in with some information, I get this as well when ctrl+c'ing on a new line, but with the following details:

So I think this is a neovim issue -- see neovim/neovim#16416
Apparently the solution is to use the following workaround:
inoremap <C-c> <Esc>