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)