-
Notifications
You must be signed in to change notification settings - Fork 401
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
Configuration with rust analyzer #15
Comments
You need to install additional source for nvim-lsp |
I think my question is how to attach the source to |
Instead of the server name, you should use the source name sources = {
{ name = 'buffer' },
{ name = 'nvim_lsp' },
}, |
Awesome. I'm getting completions now, auto imports aren't working though. |
Did you set up the cmp-nvim-lsp's README.md? |
Yeah, I did. Is that it? |
auto-import is works in my environment. I can't repro |
Ah. Your config has no mapping option. |
Was about to ask for your mapping lol. Could you share please? |
Please read README.md https://github.com/hrsh7th/nvim-cmp#readme |
Yeah I had that before but I got some errors,
So I moved it out and tried to use |
Please update plugin and set mapping oprion. |
Ahh all good now. Thanks buddy |
Hi there. Thanks for the plugin.
How would I attach this completion engine to rust analyzer's LSP?
The text was updated successfully, but these errors were encountered: