Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/copilot/how-tos/set-up/install-copilot-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 %}
Expand Down
Loading