-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plans on making it faster than coq.nvim? #46
Comments
First, Do you feel thw nvim-cmp slow now? I think I had optimize nvim-cmp as much as possible. If nvim ships |
What is the optimization? |
nvim-cmp will cache the filtered items in every key stroke ( of cource, invalidate it if need) |
@ahmedkhalf I will improve the documentation. Currently, this is not stable status and under development so documentation priority is a bit low than feature implementation. If your question solved, please close this issue. |
Thanks |
neovim/neovim#15566 |
Yes. I will investigate and try and error with it. |
@hrsh7th now that 0.6 is released would you tell us about progress you have made on using builtin |
I sometimes investigate when I have a free hand. I can't think of a good solution for now. |
Hello, I was just wondering if they were perhaps planning to make this plugin faster than nvim-compe and coq.nvim. Like recently, for example, Telescope pushed a feature for asynchronous matching which greatly improved the speed.
Also, I see that there is source creation, any plans on making sort creation too?
The text was updated successfully, but these errors were encountered: