modules/languages: fix rust crates-nvim completion deprecation (#1247)

* modules/languages: fix rust crates-nvim deprecation

move the completion into the lsp

* plugins/languages: cleanup old FIXME, remove comments, complete completion config for crates-nvim

* docs/rl: add entry for crates-nvim fix
This commit is contained in:
Soliprem 2025-11-26 01:54:48 +01:00 committed by GitHub
commit e32bc41b85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 35 deletions

View file

@ -507,6 +507,7 @@
- fix broken `neorg` grammars
- remove obsolete warning in the `otter` module
- add mainProgram attribute to vala language server wrapper
- fix `crates-nvim`'s completions by using the in-program lsp
[JManch](https://github.com/JManch):