roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

triggering autocompletion when using actions rather than insert mode #173

Open cole-brokamp opened 6 years ago

cole-brokamp commented 6 years ago

Typing something like import re leads to the appropriate autocompletion, but if I go on typing and then come back, move my cursor to re and change the word with ciw, autocompletion doesn't trigger after the word is deleted and I've entered insert mode.

I would expect the behavior that autocompletion would work when changing/replacing words/blocks/inner quotes/inner parens/etc