diff --git a/makefile b/makefile index 2cc0bd0..e88f0d5 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,9 @@ print-help : @echo -e "ConfigPath=$(NVIM_CONFIG)" instal : - @echo -e "Iinstalling to $(NVIM_CONFIG)" + @echo -e "Installing to $(NVIM_CONFIG)" + cp ./*.lua $(NVIM_CONFIG) + cp -r ./lua $(NVIM_CONFIG) code : @echo -e "Getting code from $(NVIM_CONFIG)"