From: Andre Ramnitz Date: Mon, 5 May 2025 16:22:39 +0000 (+0200) Subject: bundle: fix path X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=9ba2df847e00917ceee7c9fdbd232493be7ab2da;p=kakoune-config.git bundle: fix path --- 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/kak-bundle b/bundle/kak-bundle new file mode 160000 index 0000000..6fb2fcc --- /dev/null +++ b/bundle/kak-bundle @@ -0,0 +1 @@ +Subproject commit 6fb2fccfec714abdf4f0a6288ad1ac6e42913ded diff --git a/bundle/plugins/kak-bundle b/bundle/plugins/kak-bundle deleted file mode 160000 index 6fb2fcc..0000000 --- a/bundle/plugins/kak-bundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6fb2fccfec714abdf4f0a6288ad1ac6e42913ded