Skip to content

Commit

Permalink
Update installing-the-github-copilot-extension-in-your-environment.md (
Browse files Browse the repository at this point in the history
…#33955)

Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
  • Loading branch information
sammyhori and jules-p committed Jul 17, 2024
1 parent 613bbc4 commit bf2b162
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,32 +100,32 @@ To see instructions for other popular coding environments, use the tool switcher

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

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

```shell copy
git clone https://github.com/github/copilot.vim \
~/.vim/pack/github/start/copilot.vim
~/.config/nvim/pack/github/start/copilot.vim
```

* For **Vim on Windows**, run the following command in Git Bash:
* For **Neovim 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
$HOME/AppData/Local/nvim/pack/github/start/copilot.vim
```

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

```shell copy
git clone https://github.com/github/copilot.vim \
~/.config/nvim/pack/github/start/copilot.vim
~/.vim/pack/github/start/copilot.vim
```

* For **Neovim on Windows**, run the following command in Git Bash:
* For **Vim 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
$HOME/vimfiles/pack/github/start/copilot.vim
```

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

0 comments on commit bf2b162

Please sign in to comment.