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