mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 06:18:50 +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>