Best of VimSeptember 2022

  1. 1
    Article
    Avatar of ghblogGitHub Blog·4y

    8 things you didn’t know you could do with GitHub Copilot

    GitHub Copilot is an AI pair programmer that helps you write code faster with less work. The tool is available to developers everywhere and can help speed up development and increase developer productivity. It's available in Visual Studio Code, JetBrains, and Neovim, a forked version of Vim with additional features, you can exit NeoVim.

  2. 2
    Article
    Avatar of changelogChangelog·4y

    maxwell-bland/copilot-in-the-terminal: Hack to get Github Copilot working in the terminal with bash

    This is a hacky solution to allow for copilot suggestions to work in the terminal by treating neovim as a thin shell-around-a-shell.