crates.nvim
crates.nvim copied to clipboard
Way to ignore crates from certain git URL's or local
Current behavior
Currently if crates does not find a dependency from a private or public git url, it cannot find a version, and displays an error. This also happens for local dependencies
Expected behavior
ignore some crates
Additional context/Screenshots

Possible solution
allow users to ignore dependencies from certain git urls
Neovim version
nvim --version
NVIM v0.8.0-dev
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by nixbld
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "
/nix/store/q9qclq0i7iiymrdyyp0lkwcycnsq081l-neovim-unwrapped-master/share/nvim
"
Run :checkhealth for more info
Did you pull the latest changes? In this commit: https://github.com/Saecki/crates.nvim/commit/c8e68865c984b038f72649d7488def911133cdf8 from a few weeks ago your issue should be fixed.