gp.nvim
gp.nvim copied to clipboard
Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI, Ollama, Anthropic, ..]
So Gemini API is free and the result is good enough, is it possible to have it as the AI provider?
In order to chat with ChatGPT4 inside Neovim, I had to add that agent *but also disable ChatGPT3.5*. Is that how it's supposed to work? If so, that wasn't totally...
https://neovim.io/doc/user/treesitter.html#lua-treesitter
notes
- https://github.com/neovim/neovim/issues/20315 why chat delete from chatpicker doesn't cleanup buffer in certain situations
Hey there, I was trying to search for a suitable plugin to adopt, but couldn't find any yet. First of all congrats for your product! These are some of the...
Hi there! ## What this PR does I’ve started implementing a feature in `continue.dev` that I think is quite useful. It allows users to use @ commands to automatically include...
First off, thanks for an awesome plugin! I'm still learning my way around but it's really fantastic. Best thing I've come across by far. I'd love a smooth way to...
problem appears when trying to write queries which reference, either with visual selection or as part of chat messages, very long files (greater than 8K tokens I think is the...
This adds support for including the whole file in addition to the selected text in rewrite and append selection. I don't expect this to be merged as is. Mostly wanted...
The way that [claude.vim](https://github.com/pasky/claude.vim) implements rewrite functionality is pretty nice: The edited file contents are written to a new split and a diff is automatically opened. It is basically a...