[Clean] Add a clean script
This little script helps solve issues caused by cache hits for lazy (thus versioning breaking). Deletes the caches and install directories for a full clean install
This commit is contained in:
parent
fa358c9843
commit
3138926e01
9
nvim-clean.sh
Executable file
9
nvim-clean.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
git pull
|
||||
rm -rf ~/.local/share/nvim/
|
||||
rm -rf ~/.local/state/nvim/
|
||||
rm -rf ~/.cache/nvim/
|
||||
|
||||
# Re-Install configs to clean out lazy-lock and all other residue
|
||||
./nvim-install.sh
|
Loading…
x
Reference in New Issue
Block a user