copilot.vim source for nvim-cmp
cmp.setup {
sources = {
{ name = 'copilot' }
}
}
- This is experimental product.
It depends on the internal implementation of copilot.vim. Therefore, it can be corrupted if copilot.vim had modified.
- I don't support to use this for now
The reason I created this was just because I was interested it.