You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I immediately noticed after installing this configuration into an empty .config/nvim that exiting insert mode doesn't work as expected. This is highly abnormal, but I can't see anyone who reported it before. Doesn't this bug you?
Steps to reproduce the issue:
new file
type `hello' followed by a newline/CR
on the next line, start typing `he', the completion kicks in, but it takes two ESC to get back to normal mode.
Expected behavior
It should always take one ESC to get back to normal mode from insert mode.
I believe I had this problem in the past with another completion system. Deoplete, maybe? Anyway, others had solved the problem and I found their solution, but I have no idea what is causing it this time. Just hoping you know.
The text was updated successfully, but these errors were encountered:
nvim --version
: 0.9.4set runtimepath
:Describe the bug
I immediately noticed after installing this configuration into an empty .config/nvim that exiting insert mode doesn't work as expected. This is highly abnormal, but I can't see anyone who reported it before. Doesn't this bug you?
Steps to reproduce the issue:
Expected behavior
It should always take one ESC to get back to normal mode from insert mode.
I believe I had this problem in the past with another completion system. Deoplete, maybe? Anyway, others had solved the problem and I found their solution, but I have no idea what is causing it this time. Just hoping you know.
The text was updated successfully, but these errors were encountered: