Skip to content

Commit bf2b162

Browse files
sammyhorijules-p
andauthored
Update installing-the-github-copilot-extension-in-your-environment.md (github#33955)
Co-authored-by: Jules <[email protected]>
1 parent 613bbc4 commit bf2b162

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/copilot/managing-copilot/configure-personal-settings/installing-the-github-copilot-extension-in-your-environment.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,32 +100,32 @@ To see instructions for other popular coding environments, use the tool switcher
100100

101101
1. Install {% data variables.product.prodname_copilot %} using the built-in plugin manager:
102102

103-
* For **Vim on macOS or Linux**, run the following command in the terminal.
103+
* For **Neovim on macOS or Linux**, run the following command in the terminal.
104104

105105
```shell copy
106106
git clone https://github.com/github/copilot.vim \
107-
~/.vim/pack/github/start/copilot.vim
107+
~/.config/nvim/pack/github/start/copilot.vim
108108
```
109109

110-
* For **Vim on Windows**, run the following command in Git Bash:
110+
* For **Neovim on Windows**, run the following command in Git Bash:
111111

112112
```shell copy
113113
git clone https://github.com/github/copilot.vim.git \
114-
$HOME/vimfiles/pack/github/start/copilot.vim
114+
$HOME/AppData/Local/nvim/pack/github/start/copilot.vim
115115
```
116116

117-
* For **Neovim on macOS or Linux**, run the following command in the terminal.
117+
* For **Vim on macOS or Linux**, run the following command in the terminal.
118118

119119
```shell copy
120120
git clone https://github.com/github/copilot.vim \
121-
~/.config/nvim/pack/github/start/copilot.vim
121+
~/.vim/pack/github/start/copilot.vim
122122
```
123123

124-
* For **Neovim on Windows**, run the following command in Git Bash:
124+
* For **Vim on Windows**, run the following command in Git Bash:
125125

126126
```shell copy
127127
git clone https://github.com/github/copilot.vim.git \
128-
$HOME/AppData/Local/nvim/pack/github/start/copilot.vim
128+
$HOME/vimfiles/pack/github/start/copilot.vim
129129
```
130130

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

0 commit comments

Comments
 (0)