Try Copilot in Vim in Docker

submited by
Style Pass
2022-06-23 16:00:14

So I decided to finally give GitHub Copilot a spin. Let's see how our new robot overlords are doing in terms of programming!

Turns out there is no way to just go to a website, start typing and see the magic in action. There is a plugin for Neovim. I don't like to install stuff that is not in the Debian repos though. So Docker to the rescue!

As with anything I do manually, I put the steps into a script so I don't have to do it again. And so I can share them. So here it is, the script to easily try Copilot in Vim in Docker.

Leave a Comment