diff --git a/makefile b/makefile new file mode 100644 index 0000000..7ff73fc --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +install: + cp -rf ../SoloVim/ ~/.config/nvim.test + +uninstall: + rm -rf ~/.config/nvim.test