mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Update README.md
This commit is contained in:
parent
d468f83f5e
commit
fcd9e8ec99
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -15,6 +15,17 @@ Refer to the [documentation](https://lazyvim.github.io/installation) to get star
|
||||||
|
|
||||||
## Step 2: Install Lazyvim
|
## Step 2: Install Lazyvim
|
||||||
- Follow the instuction to install the plugin [LazyVim install](https://www.lazyvim.org/installation)
|
- Follow the instuction to install the plugin [LazyVim install](https://www.lazyvim.org/installation)
|
||||||
|
- Backup files
|
||||||
|
```console
|
||||||
|
# required
|
||||||
|
mv ~/.config/nvim{,.bak}
|
||||||
|
|
||||||
|
# optional but recommended
|
||||||
|
mv ~/.local/share/nvim{,.bak}
|
||||||
|
mv ~/.local/state/nvim{,.bak}
|
||||||
|
mv ~/.cache/nvim{,.bak}
|
||||||
|
```
|
||||||
|
- Pull the config
|
||||||
```console
|
```console
|
||||||
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
|
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
|
||||||
````
|
````
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue