Github copilot setup on Austronvim

Robiul - Sep 22 - - Dev Community

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
Enter fullscreen mode Exit fullscreen mode

create a file into plugins/completions.lua

return{
  {
    "github/copilot.vim"
  }
}
Enter fullscreen mode Exit fullscreen mode

close the file and reopen then follow these instructions.

:Copilot setup
Enter fullscreen mode Exit fullscreen mode
:Copilot auth
Enter fullscreen mode Exit fullscreen mode

Now it's ready to use.

. . . . . . . . .
Terabox Video Player