NVIM_COFNIG = "${XDG_CONFIG_HOME}/nvim" install: mkdir -p "$(NVIM_COFNIG)" ln -s `pwd` $(NVIM_COFNIG) uninstall: rm $(NVIM_COFNIG_DIR)