mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Add uninstall
This commit is contained in:
parent
9b2b82f5a8
commit
6b209bc932
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue