Valentino Volonghi
Valentino Volonghi
### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...
Support rust-analyzer.completion.enableAutoimportCompletions for auto importing code on completion
**Is your feature request related to a problem? Please describe.** It would be nice to be able to auto import libraries in rust if they are standard library or dependencies,...
[GIF of what happens](https://imgur.com/CESDk5w) Basic description is that after accepting an autocompletion luasnip, somehow pressing again `tab` in insert mode results in the caret jumping back to the autocompletion that...
### Describe the feature If one wants to perform a conditional `GET` from S3, it seems the current pattern is: ```rust let client = Client::new(&shared_config); let resp1 = client .get_object()...
I've read issue #2 but while I can see it working, it requires that each query also serializes json and then it's again de-serialized after the query. Is there any...