Add Github Copilot plugin for neovim

This commit is contained in:
Jacob Hoopes 2023-05-15 14:51:52 -06:00 committed by ninp0
parent ded185411f
commit 37808a6f6e
No known key found for this signature in database
GPG key ID: BE3BFB8DB0831F93
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
return {
"github/copilot.vim"
}