Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change ModeChanged autocmd to InsertEnter
ModeChanged '[^i]*:i' still triggers too often, when not required. Tested with InsertEnter and it works as expected, but I do remember that I have choosen ModeChanged in first place because InsertEnter wasn't triggered after opening neovim and first entering insert mode, but now it works.
- Loading branch information