mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +00:00
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:
parent
f8dc16a29f
commit
e32bc41b85
3 changed files with 31 additions and 35 deletions
|
|
@ -69,7 +69,7 @@ isMaximal: {
|
|||
typst.enable = isMaximal;
|
||||
rust = {
|
||||
enable = isMaximal;
|
||||
crates.enable = isMaximal;
|
||||
extensions.crates-nvim.enable = isMaximal;
|
||||
};
|
||||
|
||||
# Language modules that are not as common.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue