How do I include dictionary and spelling words in Vim's insert-mode autocomplete?
:set complete+=kspell
Vim's built-in completion ( / ) sources matches from buffers, included files, and tags by default.
:set complete+=kspell
Vim's built-in completion ( / ) sources matches from buffers, included files, and tags by default.