5 lines
90 B
Makefile
5 lines
90 B
Makefile
install:
|
|
ln -s `pwd` "${XDG_CONFIG_HOME}/nvim"
|
|
|
|
uninstall:
|
|
rm "${XDG_CONFIG_HOME}/nvim"
|