Skip to content

Commit 958dfa9

Browse files
Update README.md
1 parent ac0b3c8 commit 958dfa9

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)