From 06da50d0515e395594f926b62e1d40b12aca4bed Mon Sep 17 00:00:00 2001 From: Ward Truyen Date: Sat, 24 May 2025 12:24:02 +0200 Subject: [PATCH] Fixed: make instal --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)"