docs
This commit is contained in:
parent
910044d3f2
commit
b2f7ab3546
|
@ -40,13 +40,13 @@ Clone kickstart.nvim:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# on Linux and Mac
|
# on Linux and Mac
|
||||||
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
git clone https://github.com/morsecodist/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
# on Windows
|
# on Windows
|
||||||
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
|
git clone https://github.com/morsecodist/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
|
||||||
```
|
```
|
||||||
|
|
||||||
### Post Installation
|
### Post Installation
|
||||||
|
|
Loading…
Reference in New Issue