-
Hey! It's been a fun journey so far. The only thing I haven't been able to install is avante.nvim. If I install from vimplugins, like:
Upon opening avante, I get:
And it gets through most of it but fails near the end while telling me:
Am I missing something obvious here? Well likely yes, this could be out of scope of nvf discussions, but is it possible that it's looking for the OPENAI_API_KEY and it's not available? It's set way over there in /etc/nixos/configuration.nix in environment.variables, I can't think of any higher place to set it atm. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
Looking at avante's project README, it seems to have a lot of dependencies. Perhaps it is missing one? You can see if the environment is propagated to nvf by running |
Beta Was this translation helpful? Give feedback.
-
Ah, it's the infamous require check.... The build failure is not really nvf's doing, it's done automatically by |
Beta Was this translation helpful? Give feedback.
-
I saw someone mention https://github.com/olimorris/codecompanion.nvim somewhere under issues and that seems to at least reply to me out of the box. I may test that out instead if I feel like dicking around with an llm. |
Beta Was this translation helpful? Give feedback.
I saw someone mention https://github.com/olimorris/codecompanion.nvim somewhere under issues and that seems to at least reply to me out of the box. I may test that out instead if I feel like dicking around with an llm.