Skip to content

Commit 06dc38e

Browse files
committed
feat: [WIP] fetch crate versions and deps using sparse registry index
1 parent df9937e commit 06dc38e

File tree

9 files changed

+126
-379
lines changed

9 files changed

+126
-379
lines changed

doc/crates.txt

-9
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ For more information about individual config options see |crates-config|.
9090
max_parallel_requests = 80,
9191
open_programs = { "xdg-open", "open" },
9292
expand_crate_moves_cursor = true,
93-
disable_invalid_feature_diagnostic = false,
9493
enable_update_available_warning = true,
9594
on_attach = function(bufnr) end,
9695
text = {
@@ -637,14 +636,6 @@ expand_crate_moves_cursor *crates-config-expand_crate_moves_cursor*
637636
Whether to move the cursor on |crates.expand_plain_crate_to_inline_table()|.
638637

639638

640-
*crates-config-disable_invalid_feature_diagnostic*
641-
disable_invalid_feature_diagnostic
642-
Type: `boolean`, Default: `false`
643-
644-
This is a temporary solution for:
645-
https://github.com/Saecki/crates.nvim/issues/14
646-
647-
648639
*crates-config-enable_update_available_warning*
649640
enable_update_available_warning
650641
Type: `boolean`, Default: `true`

docgen/wiki/Documentation-unstable.md

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ require("crates").setup {
172172
max_parallel_requests = 80,
173173
open_programs = { "xdg-open", "open" },
174174
expand_crate_moves_cursor = true,
175-
disable_invalid_feature_diagnostic = false,
176175
enable_update_available_warning = true,
177176
on_attach = function(bufnr) end,
178177
text = {

0 commit comments

Comments
 (0)