mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-11 22:53:55 +00:00
modules/languages: fix rust crates-nvim deprecation
move the completion into the lsp
This commit is contained in:
parent
f8dc16a29f
commit
84026fed88
2 changed files with 20 additions and 15 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