hrsh7th / nvim-compe

Auto completion Lua plugin for nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exiting insert mode with ctrl-c doesn't dismiss documentation

oconnor663 opened this issue · comments

This documentation window will go away if I exit insert mode with Esc or ctrl-[, but not if I exit with ctrl-c:

Screenshot from 2021-08-06 18-52-23

At the moment I'm using the default config suggested in the readme. I've installed this plugin from commit 73529ce.

You should not use C-c to exit insert mode.
This is emergency key input to interrupt and it aborts plugins task.
So it breaks the plugin state.

I hope it should be fixed. But I has no idea for it. Sorry.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.