Fixed: make instal

This commit is contained in:
Ward Truyen
2025-05-24 12:24:02 +02:00
parent e54bc14409
commit 06da50d051

View File

@@ -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)"