Merge branch 'dla' of github.com:lala74/kickstart.nvim into dla
This commit is contained in:
commit
728a5b274a
|
@ -1,5 +1,11 @@
|
||||||
# kickstart.nvim
|
# kickstart.nvim
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
```
|
||||||
|
# Linux MacOS
|
||||||
|
git clone git@github.com:lala74/kickstart.nvim.git --branch dla "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||||
|
```
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
A starting point for Neovim that is:
|
A starting point for Neovim that is:
|
||||||
|
@ -71,7 +77,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
|
||||||
<details><summary> Linux and Mac </summary>
|
<details><summary> Linux and Mac </summary>
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone git@github.com:lala74/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in New Issue