I got in trouble while configuring GitHub copilot on Austronvim into windows os.
Follow these instruction to config should be worked
C:\Users\YOUR_USER\AppData\Local\nvim
create a file into plugins/completions.lua
return{
{
"github/copilot.vim"
}
}
close the file and reopen then follow these instructions.
:Copilot setup
:Copilot auth
Now it's ready to use.
Top comments (0)