Add uninstall

This commit is contained in:
Cheick Diarra 2024-01-11 20:13:10 +01:00 committed by GitHub
parent 9b2b82f5a8
commit 6b209bc932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,12 +27,6 @@ brew install fd
## Step 3: Install Lazyvim
- Pull the config
```console
# Backup
mv ~/.config/nvim{,.bak}
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
# Pull
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
@ -40,5 +34,14 @@ git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
neovim
````
## Uninstall
```
# Backup
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
```
## Example configs
- https://github.com/rtgiskard/lazyNvim