This commit is contained in:
Yaser Alraddadi 2024-12-09 12:20:15 +03:00
parent ab49f55b24
commit 32ecf02994
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
cleanup:
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim
merge:
# git remote add upstream git@github.com:nvim-lua/kickstart.nvim.git
git checkout master
git fetch upstream
git merge upstream/master
# is there a conflict?