Skip to content

Commit 2c0f489

Browse files
Update install-copilot-extension.md for neovim on Windows (#40476)
Co-authored-by: Sharra-writes <[email protected]>
1 parent 8307b09 commit 2c0f489

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/copilot/how-tos/set-up/install-copilot-extension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ To see instructions for other popular coding environments, use the tool switcher
120120
* For **Neovim on Windows**, run the following command in Git Bash:
121121

122122
```shell copy
123-
git clone https://github.com/github/copilot.vim.git \
124-
$HOME/AppData/Local/nvim/pack/github/start/copilot.vim
123+
git clone https://github.com/github/copilot.vim.git ^
124+
%USERPROFILE%/AppData/Local/nvim/pack/github/start/copilot.vim
125125
```
126126

127127
* 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
134134
* For **Vim on Windows**, run the following command in Git Bash:
135135

136136
```shell copy
137-
git clone https://github.com/github/copilot.vim.git \
138-
$HOME/vimfiles/pack/github/start/copilot.vim
137+
git clone https://github.com/github/copilot.vim.git ^
138+
%USERPROFILE%/vimfiles/pack/github/start/copilot.vim
139139
```
140140

141141
{% data reusables.copilot.config-enable-copilot-in-vimneovim %}

0 commit comments

Comments
 (0)