adds nvim fix in a separate sh

This commit is contained in:
2023-12-13 08:47:46 -08:00
parent 11f211edc7
commit 5924eeaca3
3 changed files with 11 additions and 9 deletions

9
nvim-reset.sh Normal file
View File

@@ -0,0 +1,9 @@
cd ~/.config
sudo rm -rf nvim
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
nvim
cd ~/.config
sudo rm -rf nvim
git clone http://www.github.com/noisycarlos/nvim