Update README.md

This commit is contained in:
Cheick Diarra 2024-01-03 20:50:35 +01:00 committed by GitHub
parent d468f83f5e
commit fcd9e8ec99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```` ````