-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version gives "Ignoring invalid config key 'src'" error upon load or fresh install #125
Labels
question
Further information is requested
Comments
That's because it doesn't exist on |
@saecki Upgrading back to latest, I get this still: |
|
If I understand how LazyVim plugins system works correctly, isn't that what they did (that I made explicit) with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This error message "Ignoring invalid config key
src
" pops up as soon as the plugin is loaded, in any projects, even those which do not contain any Rust orCargo.toml
.Neovim version
NVIM v0.9.5 | Build type: Release | LuaJIT 2.1.1693350652
Health check
============================================================================== crates: require("crates.health").check() Checking plugins ~ - OK null-ls.nvim installed Checking external dependencies ~ - OK curl installed - OK xdg-open installed
Operating system and version
Arch Linux x86_64, Kernel 6.6.30-1-lts
Expected behavior
Plugin loads/installs normally with no issues.
Actual behavior
On Neovim installations where
crates.nvim
was already installed and was just updated to the latest commit (cfd14e7), the aforementioned error will be emitted. On fresh installations (such as loading theminimal.lua
config), the same error will be displayed, but at install time instead of as a notification.This error does not occur in the previous commit (7d8541e).
Minimal config
Cargo.toml
None, this error appears as long as Neovim is opened and the plugin is loaded, even when there is no
Cargo.toml
Steps to reproduce
nvim --clean -u minimal.lua
The text was updated successfully, but these errors were encountered: