1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Update install-copilot-extension.md for neovim on Windows (#40476)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
Kim Faint
2025-09-23 12:58:12 +10:00
committed by GitHub
parent 8307b09bd7
commit 2c0f4891b8

View File

@@ -120,8 +120,8 @@ To see instructions for other popular coding environments, use the tool switcher
* For **Neovim on Windows**, run the following command in Git Bash:
```shell copy
git clone https://github.com/github/copilot.vim.git \
$HOME/AppData/Local/nvim/pack/github/start/copilot.vim
git clone https://github.com/github/copilot.vim.git ^
%USERPROFILE%/AppData/Local/nvim/pack/github/start/copilot.vim
```
* For **Vim on macOS or Linux**, run the following command in the terminal.
@@ -134,8 +134,8 @@ To see instructions for other popular coding environments, use the tool switcher
* For **Vim on Windows**, run the following command in Git Bash:
```shell copy
git clone https://github.com/github/copilot.vim.git \
$HOME/vimfiles/pack/github/start/copilot.vim
git clone https://github.com/github/copilot.vim.git ^
%USERPROFILE%/vimfiles/pack/github/start/copilot.vim
```
{% data reusables.copilot.config-enable-copilot-in-vimneovim %}