Vim/Neovim and Copilot: Part 3 get it run

Part 3: Getting started with GitHub Copilot on vim

Follow this instruction can start your Copilot. After enable, you can check the status by typing the command: Copilot status

If it works, you will see

print hello world

Then press tab, you can get the code you need

Generate unit test

Cheers, now you can begin your journy of AI driven coding with vim/neovim.

--

--