From f313e8c772d6a2634cb290c244546ef3c9a4fe17 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 4 Aug 2026 20:56:04 +0200 Subject: update submodules properly to load vim config --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4d353eb..763412f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -install: ${HOME}/.config ${HOME}/bin +install: ${HOME}/.config ${HOME}/bin vim/pack/plugins/start/vim-go/README.md + git submodule update rsync -r hypr/ ${HOME}/.config/hypr/ rsync -r kitty/ ${HOME}/.config/kitty/ rsync -r systemd/ ${HOME}/.config/systemd/ @@ -11,6 +12,9 @@ install: ${HOME}/.config ${HOME}/bin systemctl --user daemon-reload systemctl enable --now --user ssh-agent +vim/pack/plugins/start/vim-go/README.md: + git submodule update --init + ${HOME}/bin: mkdir ${HOME}/bin -- cgit v1.3.1