diff --git a/docs-preview-1188/options.html b/docs-preview-1188/options.html index 92a5bb63..f10e0637 100644 --- a/docs-preview-1188/options.html +++ b/docs-preview-1188/options.html @@ -21824,57 +21824,6 @@ boolean
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: |