Skip to content

Commit 3bd8d95

Browse files
authored
Merge pull request #57645 from github/repo-sync
Repo sync
2 parents e582dbe + 2c0f489 commit 3bd8d95

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)