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

Another Neovim Editor Plugin #2482

Open
aweis89 opened this issue Nov 28, 2024 · 0 comments
Open

Another Neovim Editor Plugin #2482

aweis89 opened this issue Nov 28, 2024 · 0 comments

Comments

@aweis89
Copy link

aweis89 commented Nov 28, 2024

Issue

After using the existing neovim aider plugin (which was great), I've decided to build a different one with different features.
Namely, I didn't want aider to auto track all buffer files that are open.

  • This plugin integrates with a neovim fuzzy file picker to select one or multiple files to add
  • It allows using visual mode text selection (highlighting text) in-conjunction with prompting for a question to /ask
  • It auto keeps the sessions alive when toggled so the context remains active

There are several AI plugins in Neovim for editing files and asking questions that I've used quite a bit. However, taking advantage of the incredible existing functionality of aider, and only focusing on the Neovim integration parts, enables easily building a plugin that surpasses them all. Thank you for building this incredible tool!

https://github.com/aweis89/aider.nvim

Version and model info

It uses whatever aider command is in PATH, so it supports the latest version

@aweis89 aweis89 changed the title Another Neovim Editor Another Neovim Editor Plugin Nov 28, 2024
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

No branches or pull requests

1 participant