Skip to content
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

plugins/avante: init #2285

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

GaetanLepage
Copy link
Member

@GaetanLepage GaetanLepage commented Sep 20, 2024

Add support for avante.nvim, an AI companion plugin.

cc @synthe102 for testing

Fixes #2096


maintainers = [ lib.maintainers.GaetanLepage ];

# TODO: remove when XXX reaches `nixos-unstable`
Copy link
Contributor

@khaneliman khaneliman Sep 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you have an associated override update PR for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am still looking for it...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I was wrong. Everything is find and we shouldn't have to add the dependencies there.

extraConfig = cfg: {
extraConfigLua = ''
require('avante_lib').load()
require('avante').setup (${toLuaObject cfg.settings})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the kind of stuff that makes me want #1876 available. @traxys are you still interested in getting that in?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, need to finish addressing the feedback on it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1876 has been merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[PLUGIN REQUEST] Avante
3 participants