From 9ba2df847e00917ceee7c9fdbd232493be7ab2da Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 5 May 2025 18:22:39 +0200 Subject: [PATCH] bundle: fix path --- .gitignore | 2 +- .gitmodules | 4 ++-- bundle/{plugins => }/kak-bundle | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename bundle/{plugins => }/kak-bundle (100%) diff --git a/.gitignore b/.gitignore index 931d0ce..16e2d0d 100644 --- a/.gitignore +++ b/.gitignore @@ -463,7 +463,7 @@ luac.out # exclude all files from bundle dir but keep its subdirs: # ref: https://stackoverflow.com/questions/46301811/gitignore-all-files-in-folders-but-keep-folder-structure bundle/** -!bundle/plugins/kak-bundle #no-trailing-slash !!! +!bundle/kak-bundle colors/** plugins/** .reload.kak diff --git a/.gitmodules b/.gitmodules index 8535b4d..f2fc473 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "bundle/plugins/kak-bundle"] - path = bundle/plugins/kak-bundle +[submodule "bundle/kak-bundle"] + path = bundle/kak-bundle url = https://codeberg.org/jdugan6240/kak-bundle diff --git a/bundle/plugins/kak-bundle b/bundle/kak-bundle similarity index 100% rename from bundle/plugins/kak-bundle rename to bundle/kak-bundle -- 2.51.2