-
Notifications
You must be signed in to change notification settings - Fork 4
add documentation for avante.nvim #86
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kantord Just a few minor suggestions, my main question is which providers we expect to work / have tested, I think it would be helpful to list those up front like we do for the other integrations.
docs/integrations/avante.mdx
Outdated
**avante.nvim** is a Neovim plugin that provides a | ||
[Cursor](https://www.cursor.com)-like user experience. It integrates with | ||
multiple AI providers (e.g. Claude and OpenAI). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which of our supported provider endpoints have been tested?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested OpenAI ("raw") and muxing (through the OpenAI provider in avante)
BTW if you want to get the lua syntax highlighting working, you can add it to this list: codegate-docs/docusaurus.config.ts Line 185 in 59e3725
|
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
Co-authored-by: Dan Barr <[email protected]>
oh, great point |
fixes stacklok/codegate#901