From 0abc792291d923c8d93bb888538a7e9ef6f69ae8 Mon Sep 17 00:00:00 2001 From: George Georgalis Date: Wed, 27 Jul 2022 08:36:54 -0700 Subject: [PATCH] plugin clarification per @djensenius request --- .../getting-started-with-github-copilot-in-neovim.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md index 9290e82294f7..9455141c84b7 100644 --- a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md +++ b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md @@ -61,8 +61,7 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo {% linux %} {% data reusables.copilot.install-copilot-in-neovim %} - - To install the {% data variables.product.prodname_copilot %} plugin with the builtin Neovim plugin manager, enter the following shell commands to clone the {% data variables.product.prodname_copilot %} release. - +1. Use the following commands to clone the {% data variables.product.prodname_copilot %} release for loading with the Neovim builtin plugin manager. (Or, use another plugin manager of your choice.) ``` mkdir -p ~/.config/nvim/pack/github/start git clone https://github.com/github/copilot.vim \