mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
6 lines
89 B
Makefile
6 lines
89 B
Makefile
install:
|
|
cp -rf ../SoloVim/ ~/.config/nvim.test
|
|
|
|
uninstall:
|
|
rm -rf ~/.config/nvim.test
|