Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Integrate with FZF for fuzzy search completion items? #64

Closed
roxma opened this issue Apr 7, 2017 · 3 comments
Closed

Integrate with FZF for fuzzy search completion items? #64

roxma opened this issue Apr 7, 2017 · 3 comments

Comments

@roxma
Copy link
Owner

roxma commented Apr 7, 2017

Just read an interesting article https://nondev.io/Fuzzy-completion-in-Vim.

I personally don't like fuzzy completion all the time. But it seems useful to introduce another key, that start a FZF menu with current completion items for fuzzy search and completion.

@mrbiggfoot
Copy link

Is it possible to use fzf engine in the autocompletion popup window? That would be really great.

@roxma
Copy link
Owner Author

roxma commented May 20, 2017

@mrbiggfoot

It is possible.

IMO probably it's not worth the effort. FZF is invoked by process call, and it may slow down the process.

Feel free to try you own implementation for matching/sorting,

There is a small example on writing a matcher for ncm: /~https://github.com/roxma/nvim-completion-manager/blob/master/pythonx/cm_matchers/prefix_matcher.py

@roxma
Copy link
Owner Author

roxma commented Aug 23, 2017

This doesn't feels atractive any more.

Closing.

A better option is to improve current fuzzy matching algorithms.

@roxma roxma closed this as completed Aug 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants