-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
[BUG] Avante plugin dependencies are missing #3028
Comments
I noticed that other plugins that don't have problems finding these dependencies don't show the full plugin name in |
Basically, it seems like any |
Thanks for the details. I couldn't figure out the difference between vimPlugins and buildNeovimPlugin based on a cursory review of that PR. Is this something that is expected to big fixed soon, or is a solution not yet known? Is there an issue ticket tracking this? thank you! |
Looking at the generated |
Do you have Removing that and running |
You are right, I did have the |
Our test suite only checks that It would be nice if we had a test that parses It sounds like in this specific case our tests didn't catch the issue, so you may have to specify an even older nixpkgs revision for nixvim to use 😔 |
I realized that Avante is actually successfully using the plugins. It's just the |
Their implementation is Seems like it checks for a lazy.nvim config and the falls back to checking a Nixvim uses the same |
avante
unstable
not used
Description
Minimal, Reproducible Example (MRE)
checkhealth
shows the following:But all these plugins are installed and detected by other plugins that need them.
See https://git.homefree.host/homefree/nixvim-config/src/branch/main/plugins/avante.nix
The text was updated successfully, but these errors were encountered: