-
Hello.
I'm trying to use Copilot in a 'super-tab' fashion like this:
```
local keys = {
['tab'] = vim.api.nvim_replace_termcodes('', true, true, true),
['ctrl-y'] = vim.api.nvi…
-
### Check for existing issues
- [X] Completed
### Describe the feature
I would like if we could make inline completions appear in the code completion box. There is an example of this for nvim…
-
Add support for multiple providers, such as https://github.com/robitx/gp.nvim does:
- [x] OpenAI
- [ ] Claude
- [ ] Copilot
- [ ] Gemini
- [ ] Ollama
- [ ] Codeium
-
## Issue
I tried a lot of different things like putting require("supermaven-nvim.api").stop() in my setup function, even in my `init.lua` or other places like my nvim-cmp setup. However, there must…
-
If I open an HTML or CSS file I can render the images in them because of these options
```bash
html = {
enabled = true,
},
css = {
enabled…
-
When I select a Copilot generated item, I encounter an error and nvim-cmp crashes with the error mentioned below. It looks like cmp tries to replace the entire line. However, I think that when my curs…
-
Hey there!
If I do the following in the command line: `:Lsp`, cmp offers to complete the commands and `` and `` successfully let me navigate up and down.
Likewise, if I do `/thing`, cmp offers t…
-
Basically running `:PlugUpdate`/`:PlugInstall` hangs my NeoVim instance. `:PlugClean`, `:PlugStatus` and `:PlugDiff` run fine. When NV hangs, the only way for me to get out of it is by killing the…
-
## Phenomenon
When I use `:CopilotChatOptimise` on 1000 lines of code, it gets stuck at the end and Neovim becomes unresponsive. Pressing any key on the keyboard has no effect.
## version
NVI…
-
:Copilot auth