cmp-copilot

November 5, 2021 ยท View on GitHub

copilot.vim source for nvim-cmp

Usage

cmp.setup {
  sources = {
    { name = 'copilot' }
  }
}

Warning

  1. This is experimental product.

It depends on the internal implementation of copilot.vim. Therefore, it can be corrupted if copilot.vim had modified.

  1. I don't support to use this for now

The reason I created this was just because I was interested it.