-
**Describe the bug**
When I have `copilot.vim` enabled in my init.lua file,
"\(cmp.utils.keymap.recursive: )" is written on \ press in the insert mode.
**Minimal config based on [t…
-
im using LunarVim + nvim head branch, and get this message error at startup
```
Error executing vim.schedule lua callback: ...im/site/pack/packer/opt/copilot.lua/lua/copilot/util.lua:56: attempt t…
-
-
Hey!
I was wondering if there's a way to make this plugin work with the `FileType` set to `typescriptreact`. Changing `FileType` to `tsx` breaks my other plugins.
Cheers!
-
I want to use both LuaSnip and Copilot suggestions at the same time, but the snippets didn't show up when i enable Copilot, until I disable it again, snippets came back. And yup, i changed the key bin…
-
Hi do you have any tips for getting this to work with `nvim-cmp`? I have tried following your suggested setup for working with `nvim-compe` which should be similar, but no matter what I do I cannot ge…
Olyve updated
2 years ago
-
Hello,
the autocomplete popup is not showing when I switch to a different (second) file.
https://user-images.githubusercontent.com/1328109/166115370-de780e7d-2118-4138-8c3c-14b7b5bf8059.mp4
T…
-
https://github.com/ms-jpq/coq.thirdparty
```
require("coq_3p") {
{ src = "copilot", short_name = "COP", tmp_accept_key = "" }
}
```
-
Was avid copilot user in the past months, so it was working correctly.
I uninstalled the vim version and installed yours, but I'm experiecing this error as soon as I insert any char as I am using e…
-
Hi, I have an issue to load tabnine.
This is my loader below cmp.setup
`require("packer").loader('cmp_tabnine')
local tabnine = require('cmp_tabnine.config')`
and how I install plugin.
…