From 9d59a56193edbb4220025463a022c0b159a63ebf Mon Sep 17 00:00:00 2001
From: GitHub Actions 
Example:
 true
Declared by:
-| - 
-<nvf/modules/plugins/languages/rust.nix>
-- | 
vim.languages.rust.crates.enable
-  
- 
-Whether to enable crates-nvim, tools for managing dependencies.
- -Type: -boolean
- -Default:
-false
Example:
-true
Declared by:
-| - 
-<nvf/modules/plugins/languages/rust.nix>
-- | 
vim.languages.rust.crates.codeActions
-  
- 
-Enable code actions through null-ls
- -Type: -boolean
- -Default:
-true
Declared by:
| @@ -21923,6 +21872,83 @@ package Default:
  Declared by:+ 
 vim.languages.rust.extensions.crates-nvim.enable+  
+ 
+Whether to enable crates.io dependency management [crates-nvim].+ + Type: +boolean+ + Default:
+ Example:
+ Declared by:+ 
 vim.languages.rust.extensions.crates-nvim.setupOpts+  
+ 
+Option table to pass into the setup function of crates-nvim You can pass in any additional options even if they’re +not listed in the docs+ + Type: +open submodule of anything+ + Default:
+ Declared by:+ 
 vim.languages.rust.extensions.crates-nvim.setupOpts.completion.enable+  
+ 
+Whether to add crates.nvim as a source for completion plugins. The following +plugins are supported by crates.nvim: 
 However nvf only supports auto-setup for nvim-cmp.+ + Type: +boolean+ + Default:
+ Declared by: |