nvim.d/Makefile

7 lines
139 B
Makefile
Raw Normal View History

2022-03-13 19:58:49 +00:00
.PHONY: install_config install_packer
2022-03-13 15:35:55 +00:00
2022-03-13 19:58:49 +00:00
install_config:
2022-03-13 15:35:55 +00:00
@./helpers/install-neovim-config.sh
2022-03-13 19:58:49 +00:00
install_packer:
@./helpers/install-plugins.sh