Skip to content

Commit

Permalink
Update getting-started-with-github-copilot-in-neovim.md
Browse files Browse the repository at this point in the history
adjust referenced repo from
```
https://github.com/github/copilot.vim.git
```
to
```
https://github.com/github/copilot.vim
```
I'm not sure this makes a difference with regard to `private repositories` if not, perhaps the test should check PUBLIC_REPOS with .git as valid.
  • Loading branch information
georgalis committed Jun 28, 2022
1 parent d8d9e5f commit c665136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo

```
mkdir -p ~/.config/nvim/pack/github/start
git clone https://github.com/github/copilot.vim.git \
git clone https://github.com/github/copilot.vim \
~/.config/nvim/pack/github/start/copilot.vim
```
1. Visit https://github.com/settings/copilot and complete the required steps.
Expand Down

0 comments on commit c665136

Please sign in to comment.