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

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

This commit is contained in:
Jules
2022-08-09 16:52:25 +02:00
committed by GitHub
parent 03a55b3e35
commit e2d7cc1894

View File

@@ -24,7 +24,7 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo
{% mac %} {% mac %}
{% data reusables.copilot.install-copilot-in-neovim %} {% data reusables.copilot.install-copilot-in-neovim %}
- To install {% data variables.product.prodname_copilot %} with the Neovim builtin plugin manager, enter the following command in Terminal. - To install {% data variables.product.prodname_copilot %} with a plugin manager, enter the following command in Terminal.
``` ```
mkdir -p ~/.config/nvim/pack/github/start mkdir -p ~/.config/nvim/pack/github/start
@@ -43,7 +43,7 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo
{% windows %} {% windows %}
{% data reusables.copilot.install-copilot-in-neovim %} {% data reusables.copilot.install-copilot-in-neovim %}
- To install {% data variables.product.prodname_copilot %} with the Neovim builtin plugin manager, enter the following command in Git Bash. - To install {% data variables.product.prodname_copilot %} with a plugin manager, enter the following command in Git Bash.
``` ```
mkdir -p ~/.config/nvim/pack/github/start mkdir -p ~/.config/nvim/pack/github/start
@@ -63,7 +63,7 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo
{% linux %} {% linux %}
{% data reusables.copilot.install-copilot-in-neovim %} {% data reusables.copilot.install-copilot-in-neovim %}
- To install {% data variables.product.prodname_copilot %} with the Neovim builtin plugin manager, enter the following command in Terminal. - To install {% data variables.product.prodname_copilot %} with a plugin manager, enter the following command in Terminal.
``` ```
mkdir -p ~/.config/nvim/pack/github/start mkdir -p ~/.config/nvim/pack/github/start