-
Notifications
You must be signed in to change notification settings - Fork 274
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
features: proposed behaviours and ideas #51
Comments
Currently, we need to manually select a block using |
@yuchanns I use my configuration to leverage treesitter and quickly select a node with the simple |
I think this should be user config. I would prefer it not to be too invasive. |
That's great! |
We can use the incremental_selection feature provided by nvim-treesitter to quickly select a block. |
New AI editor features dropping in zed. Sharing 🧵 for inspiration |
@yetone Hey, Supermaven has this feature in VS Code that lets you attach any open files to the chat message. |
would it be possible to add support for Nvchad? my understanding is that lazy.vim is currently recommended. |
The plugin manager is meant by that but avante is compatible with any of the big plugin managers and NVChad has a place where you can add custom plugins. Check the avante readme and the NVChad docs on how to add plugins. |
any plugins manager listed on readme is supported. |
will do, thanks! |
Vertex AI allows to use a set of LLMs (including Claude Sonnet), was wondering if it's possible to integrate Vertex within avante |
cursor seems to support this with @'ing a file in the prompt. |
you can drag and drop or pasting image at the prompt atm. Feel free to add additional support for writing path to a file |
Hi, I see that "workspace context" is in the roadmap. Does that mean if I open nvim with
If it's the first, that's impressive, but can we get 2nd first? |
Check the issue for this. |
I'd suggest to have more lsp features, avante can have an embeded lsp server to assist on diagnostics etc, generate new code actions based on diagnostics |
I just got another idea, avante can maybe provide also OCR features, which should be super cool! something like: https://github.com/lukas-blecher/LaTeX-OCR, converting what's in clipboard to either text or latex or typst etc |
Bear in mind that there's a more fully-featured analogue for vscode called Cline. You may want to repurpose some approaches from it, maybe even parts of the code through an LLM to translate to lua. Among its ideas:
|
I think this might have some help to do with repo map. (Highlight the ast-grep) |
A evergreen list of features and requests:
features.
ui.
vim.o.laststatus=3
'bugs.
plenary.Job
, and update view renderer lifecycle accordingly.qol.
cc @yetone for more suggestions and added to this tracking list
The text was updated successfully, but these errors were encountered: