Merge branch 'master' of https://github.com/jackkoskie/kickstart.nvim
This commit is contained in:
commit
fd54f296bc
|
@ -73,13 +73,13 @@ git clone https://github.com/jackkoskie/kickstart.nvim.git "${XDG_CONFIG_HOME:-$
|
|||
If you're using `cmd.exe`:
|
||||
|
||||
```
|
||||
git clone https://github.com/nvim-lua/kickstart.nvim.git %localappdata%\nvim\
|
||||
git clone https://github.com/jackkoskie/kickstart.nvim.git %localappdata%\nvim\
|
||||
```
|
||||
|
||||
If you're using `powershell.exe`
|
||||
|
||||
```
|
||||
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
|
||||
git clone https://github.com/jackkoskie/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Reference in New Issue