-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
feat(ai): Add llm.nvim #1365
base: main
Are you sure you want to change the base?
feat(ai): Add llm.nvim #1365
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
This one will require a chad review @mehalter |
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.
LGTM!
This looks like we should move the other AI plugins to this location as well now that this section is added to neovimcraft |
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.
small typo in readme
Yeah I agreed. I can do a follow up PR. |
Co-authored-by: Micah Halter <[email protected]>
@mehalter We got an issue. Huggingface got a plugin with the exact same name. Should we prefix the plugin with the author name? |
This PR adds a new section,
ai
.Closes #1340