From ac0b3c8be4c8233e3b53988b5b68a460a0e1c128 Mon Sep 17 00:00:00 2001 From: auraecosystem Date: Thu, 11 Jun 2026 17:13:07 +0100 Subject: [PATCH 1/2] Create copilot.vim --- .config/nvim/pack/github/start/copilot.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/nvim/pack/github/start/copilot.vim diff --git a/.config/nvim/pack/github/start/copilot.vim b/.config/nvim/pack/github/start/copilot.vim new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/.config/nvim/pack/github/start/copilot.vim @@ -0,0 +1 @@ + From 958dfa9ae0a83ea1e12ccfc15b66cbbc26416fac Mon Sep 17 00:00:00 2001 From: auraecosystem Date: Thu, 11 Jun 2026 17:22:12 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7b4a103f..8c4404f0 100644 --- a/README.md +++ b/README.md @@ -28,26 +28,26 @@ request access from your enterprise admin. commands: * Vim, Linux/macOS: - +```bash git clone --depth=1 https://github.com/github/copilot.vim.git \ ~/.vim/pack/github/start/copilot.vim - - * Neovim, Linux/macOS: - +``` + * Neovim, Linux/macOS: +```bash git clone --depth=1 https://github.com/github/copilot.vim.git \ ~/.config/nvim/pack/github/start/copilot.vim - - * Vim, Windows (PowerShell command): - +``` + * Vim, Windows (PowerShell command): +```ps1 git clone --depth=1 https://github.com/github/copilot.vim.git ` $HOME/vimfiles/pack/github/start/copilot.vim - - * Neovim, Windows (PowerShell command): - +``` + * Neovim, Windows (PowerShell command): +```psd1 git clone --depth=1 https://github.com/github/copilot.vim.git ` $HOME/AppData/Local/nvim/pack/github/start/copilot.vim - -4. Start Vim/Neovim and invoke `:Copilot setup`. +``` +4. >_Start Vim/Neovim and invoke `:Copilot setup`. [Node.js]: https://nodejs.org/en/download/ [Neovim]: https://github.com/neovim/neovim/releases/latest