-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: blink.cmp source #510
Comments
I'm in the same boat as you, think this plugin turned out really good! Would the end results be that we have an optional dependency to an external cmp engine but if not, we fallback on the built-in one? I have not looked at the code for cmp sources so not sure what changes needs to be done on our side but I like the idea and let me know if you need me to do anything! |
i think it's wise. |
If it's an optional dep with fallback on the current built-in I would say it's enough to make the implementation extensible so that nvim-cmp can be added separately |
Is your feature request related to a problem? Please describe.
The current completion system uses the built-in completions and does not support external completion engines
Describe the solution you'd like
Support for external completion engines such as blink.cmp and/or nvim-cmp
Additional context
Hey there, love the plugin! It's getting me to finally switch off my shell filled with aliases 😄 I'm the author of blink.cmp and was curious if you'd accept a built-in source for it. I believe I'll need to make some changes on blink's side which I'm more than happy to do.
The text was updated successfully, but these errors were encountered: