diff --git a/Makefile b/Makefile index 5f40f36..60424bc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ -.PHONY: neovim_config +.PHONY: install_config install_packer -neovim_config: +install_config: @./helpers/install-neovim-config.sh - @./helpers/install-plugins.sh + +install_packer: + @./helpers/install-plugins.sh \ No newline at end of file