Skip to content

Commit 09c6324

Browse files
dam9000rizanafis
authored andcommitted
README.md: update install section formatting (nvim-lua#523)
1 parent 56c8303 commit 09c6324

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,17 @@ Neovim's configurations are located under the following paths, depending on your
3939

4040
Clone kickstart.nvim:
4141

42-
# on Linux and Mac
42+
- on Linux and Mac
4343
```sh
4444
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
4545
```
4646

47-
48-
# on Windows (cmd)
47+
- on Windows (cmd)
4948
```
5049
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
5150
```
5251

53-
# on Windows (powershell)
52+
- on Windows (powershell)
5453
```
5554
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
5655
```

0 commit comments

Comments
 (0)