NVIM_COFNIG = "${XDG_CONFnG_HOME}/nvim"

install:
	ln -s `pwd` $(NVIM_COFNIG)

uninstall:
	rm $(NVIM_COFNIG_DIR)