mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 16:42:42 +00:00
Problem: no fuzzy-matching support for insert-completion
Solution: enable insert-mode completion with fuzzy-matching
using :set completopt+=fuzzy (glepnir).
closes: vim/vim#14878
a218cc6cda
Co-authored-by: glepnir <glephunter@gmail.com>