backseat.nvim
backseat.nvim copied to clipboard
A neovim plugin that uses GPT to highlight and explain code readability issues
I have installed the backseat plugin and the lazyNvim shows that it was installed. However I get the error: ```E492 Backseat is not an editor command``` Like so:  It...
Hello! I think it'd be nice if the diagnostics API (`:h diagnostic-api`) was used to inject the feedback into the buffer. Currently it seems to be using a bespoke implementation...
Currently, to ask a question in regards to a specific line or couple of lines in the file you must address it verbally. For example, if you want to ask...
Hi, great plugin idea! It would be very convenient to have a command to "toggle" the virtual text in addition to the dedicated turn on and off commands `:Backseat` and...
I'm looking to improve the suggestions given by backseat. The current training data consists of 2 sample code snippets with the AI's intended response (the 4 messages in [lua/fewshot.lua](../blob/main/lua/backseat/fewshot.lua)). Main...
the icon in the signcolumn is always one above the text with the virtual line, which looks off 
This plugin basically does AI based diagnostics, and null-ls is a plugin that integrates diagnostics with nvim's LSP support, so it feels like a good match to integrate the plugins
Add support for custom endpoints, such as Groq and OpenRouter, which offer similar APIs to ChatGPT.