Skip to content

Commit

Permalink
feat: [WIP] fetch crate versions and deps using sparse registry index
Browse files Browse the repository at this point in the history
  • Loading branch information
saecki committed Jun 29, 2024
1 parent df9937e commit 6138b87
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 375 deletions.
9 changes: 0 additions & 9 deletions doc/crates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ For more information about individual config options see |crates-config|.
max_parallel_requests = 80,
open_programs = { "xdg-open", "open" },
expand_crate_moves_cursor = true,
disable_invalid_feature_diagnostic = false,
enable_update_available_warning = true,
on_attach = function(bufnr) end,
text = {
Expand Down Expand Up @@ -637,14 +636,6 @@ expand_crate_moves_cursor *crates-config-expand_crate_moves_cursor*
Whether to move the cursor on |crates.expand_plain_crate_to_inline_table()|.


*crates-config-disable_invalid_feature_diagnostic*
disable_invalid_feature_diagnostic
Type: `boolean`, Default: `false`

This is a temporary solution for:
https://github.com/Saecki/crates.nvim/issues/14


*crates-config-enable_update_available_warning*
enable_update_available_warning
Type: `boolean`, Default: `true`
Expand Down
1 change: 0 additions & 1 deletion docgen/wiki/Documentation-unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ require("crates").setup {
max_parallel_requests = 80,
open_programs = { "xdg-open", "open" },
expand_crate_moves_cursor = true,
disable_invalid_feature_diagnostic = false,
enable_update_available_warning = true,
on_attach = function(bufnr) end,
text = {
Expand Down
Loading

0 comments on commit 6138b87

Please sign in to comment.