10 lines
		
	
	
		
			186 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			186 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/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
 |