DEV Community

Cover image for Github copilot setup on Austronvim
Robiul
Robiul

Posted on

Github copilot setup on Austronvim

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.

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more