kickstart.nvim/justfile

11 lines
256 B
Makefile
Raw Normal View History

2024-10-15 03:42:57 +03:00
cleanup:
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim
2024-12-09 12:20:15 +03:00
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?