File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,26 +28,26 @@ request access from your enterprise admin.
2828 commands:
2929
3030 * Vim, Linux/macOS:
31-
31+ ``` bash
3232 git clone --depth=1 https://github.com/github/copilot.vim.git \
3333 ~ /.vim/pack/github/start/copilot.vim
34-
35- * Neovim, Linux/macOS:
36-
34+ ```
35+ * Neovim, Linux/macOS:
36+ ``` bash
3737 git clone --depth=1 https://github.com/github/copilot.vim.git \
3838 ~ /.config/nvim/pack/github/start/copilot.vim
39-
40- * Vim, Windows (PowerShell command):
41-
39+ ```
40+ * Vim, Windows (PowerShell command):
41+ ``` ps1
4242 git clone --depth=1 https://github.com/github/copilot.vim.git `
4343 $HOME/vimfiles/pack/github/start/copilot.vim
44-
45- * Neovim, Windows (PowerShell command):
46-
44+ ```
45+ * Neovim, Windows (PowerShell command):
46+ ``` psd1
4747 git clone --depth=1 https://github.com/github/copilot.vim.git `
4848 $HOME/AppData/Local/nvim/pack/github/start/copilot.vim
49-
50- 4 . Start Vim/Neovim and invoke ` :Copilot setup ` .
49+ ```
50+ 4 . > _ Start Vim/Neovim and invoke ` :Copilot setup ` .
5151
5252[ Node.js ] : https://nodejs.org/en/download/
5353[ Neovim ] : https://github.com/neovim/neovim/releases/latest
You can’t perform that action at this time.
0 commit comments