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

Update Git Bash command #24079 (#24085)

This commit is contained in:
Ramesh Dasari
2023-02-28 20:25:38 +05:30
committed by GitHub
parent 305a82e072
commit 85bc6a89cb

View File

@@ -43,7 +43,7 @@ If you use a Neovim, you can view and incorporate suggestions from {% data varia
{% data reusables.copilot.install-copilot-in-neovim %} {% data reusables.copilot.install-copilot-in-neovim %}
- To install {% data variables.product.prodname_copilot %} with Neovim's built-in plugin manager, enter the following command in Git Bash. - To install {% data variables.product.prodname_copilot %} with Neovim's built-in plugin manager, enter the following command in Git Bash.
git clone https://github.com/github/copilot.vim.git ` git clone https://github.com/github/copilot.vim.git \
$HOME/AppData/Local/nvim/pack/github/start/copilot.vim $HOME/AppData/Local/nvim/pack/github/start/copilot.vim
{% data reusables.copilot.config-enable-copilot-in-neovim %} {% data reusables.copilot.config-enable-copilot-in-neovim %}