1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Update content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md

This commit is contained in:
Jules
2022-08-23 07:51:36 +02:00
committed by GitHub
parent e2d7cc1894
commit 0124e70e4c

View File

@@ -24,7 +24,13 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo
{% mac %}
{% data reusables.copilot.install-copilot-in-neovim %}
- To install {% data variables.product.prodname_copilot %} with a plugin manager, enter the following command in Terminal.
- To install {% data variables.product.prodname_copilot %} with Neovim's built-in plugin manager, enter the following command in Terminal.
mkdir -p ~/.config/nvim/pack/github/start
git clone https://github.com/github/copilot.vim \
~/.config/nvim/pack/github/start/copilot.vim
- Alternatively, if you use a third-party plugin manager, use the plugin manager to install `github/copilot.vim`.
```
mkdir -p ~/.config/nvim/pack/github/start