From 5e3c0c7ec81217fb823d4a04e72d520d55234dce Mon Sep 17 00:00:00 2001 From: Kim Faint Date: Sat, 20 Sep 2025 00:53:07 +1000 Subject: [PATCH] Update install-copilot-extension.md for neovim on Windows replace line continuation character and home directory variable --- .../copilot/how-tos/set-up/install-copilot-extension.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/copilot/how-tos/set-up/install-copilot-extension.md b/content/copilot/how-tos/set-up/install-copilot-extension.md index 17dbe8a0001c..8b0926b651ad 100644 --- a/content/copilot/how-tos/set-up/install-copilot-extension.md +++ b/content/copilot/how-tos/set-up/install-copilot-extension.md @@ -120,8 +120,8 @@ To see instructions for other popular coding environments, use the tool switcher * For **Neovim on Windows**, run the following command in Git Bash: ```shell copy - git clone https://github.com/github/copilot.vim.git \ - $HOME/AppData/Local/nvim/pack/github/start/copilot.vim + git clone https://github.com/github/copilot.vim.git ^ + %USERPROFILE%/AppData/Local/nvim/pack/github/start/copilot.vim ``` * For **Vim on macOS or Linux**, run the following command in the terminal. @@ -134,8 +134,8 @@ To see instructions for other popular coding environments, use the tool switcher * For **Vim on Windows**, run the following command in Git Bash: ```shell copy - git clone https://github.com/github/copilot.vim.git \ - $HOME/vimfiles/pack/github/start/copilot.vim + git clone https://github.com/github/copilot.vim.git ^ + %USERPROFILE%/vimfiles/pack/github/start/copilot.vim ``` {% data reusables.copilot.config-enable-copilot-in-vimneovim %}