new initial
This commit is contained in:
9
reset_nvim.sh
Executable file
9
reset_nvim.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Full nuke in 5 secs. Control-C to stop."
|
||||
sleep 6
|
||||
|
||||
rm -rf ~/.local/share/nvim
|
||||
rm init.lua
|
||||
rm lazy-lock.json
|
||||
rm -rf plugins/
|
Reference in New Issue
Block a user