From cf5cd9eda41eabeeb6ab2228098ed8ebfcb0987b Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 10 Dec 2023 21:52:35 +0100 Subject: [PATCH] git submodules: update --- .gitmodules | 58 +++++++++++------------ kak/.config/kak/plugins/bookmarks.kak | 1 + kak/.config/kak/plugins/connect.kak | 1 + kak/.config/kak/plugins/plug.kak | 1 + kak/.config/kak/plugins/powerline.kak | 1 + kak/.config/kak/plugins/prelude.kak | 1 + kak/.config/kak/plugins/shellcheck.kak | 1 + kak/.config/kak/plugins/smarttab.kak | 1 + kak/.config/kak/plugins/smooth-scroll.kak | 1 + kak/.config/kak/plugins/sudo-write.kak | 1 + 10 files changed, 36 insertions(+), 31 deletions(-) create mode 160000 kak/.config/kak/plugins/bookmarks.kak create mode 160000 kak/.config/kak/plugins/connect.kak create mode 160000 kak/.config/kak/plugins/plug.kak create mode 160000 kak/.config/kak/plugins/powerline.kak create mode 160000 kak/.config/kak/plugins/prelude.kak create mode 160000 kak/.config/kak/plugins/shellcheck.kak create mode 160000 kak/.config/kak/plugins/smarttab.kak create mode 160000 kak/.config/kak/plugins/smooth-scroll.kak create mode 160000 kak/.config/kak/plugins/sudo-write.kak diff --git a/.gitmodules b/.gitmodules index 2b80fdbb..d91088c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,44 +1,40 @@ -[submodule "kak/.config/kak/plugins/powerline.kak"] - path = kak/.config/kak/plugins/powerline.kak - url = https://github.com/andreyorst/powerline.kak +[submodule "foot/.config/foot/base16"] + path = foot/.config/foot/base16 + url = https://github.com/tinted-theming/base16-foot master = master -[submodule "kak/.config/kak/plugins/plug.kak"] +[submodule "plug.kak"] path = kak/.config/kak/plugins/plug.kak url = https://github.com/andreyorst/plug.kak - master = master -[submodule "kak/.config/kak/plugins/bookmarks.kak"] - path = kak/.config/kak/plugins/bookmarks.kak - url = https://github.com/Ersikan/bookmarks.kak - master = master -[submodule "kak/.config/kak/plugins/shellcheck.kak"] + branch = master +[submodule "powerline.kak"] + path = kak/.config/kak/plugins/powerline.kak + url = https://github.com/andreyorst/powerline.kak + branch = master +[submodule "shellcheck.kak"] path = kak/.config/kak/plugins/shellcheck.kak url = https://github.com/whereswaldon/shellcheck.kak - master = master -[submodule "kak/.config/kak/plugins/prelude.kak"] + branch = master +[submodule "prelude.kak"] path = kak/.config/kak/plugins/prelude.kak url = https://github.com/kakounedotcom/prelude.kak - master = master -[submodule "kak/.config/kak/plugins/connect.kak"] + branch = master +[submodule "connect.kak"] path = kak/.config/kak/plugins/connect.kak url = https://github.com/kakounedotcom/connect.kak - master = master -[submodule "kak/.config/kak/plugins/kakoune-sudo-write.kak"] - path = kak/.config/kak/plugins/kakoune-sudo-write.kak + branch = master +[submodule "sudo-write.kak"] + path = kak/.config/kak/plugins/sudo-write.kak url = https://github.com/occivink/kakoune-sudo-write - master = master -[submodule "kak/.config/kak/plugins/kakoune-smooth-scroll"] - path = kak/.config/kak/plugins/kakoune-smooth-scroll + branch = master +[submodule "smooth-scroll.kak"] + path = kak/.config/kak/plugins/smooth-scroll.kak url = https://github.com/caksoylar/kakoune-smooth-scroll - master = master -[submodule "kak/.config/kak/plugins/kakoune-sudo-write"] - path = kak/.config/kak/plugins/kakoune-sudo-write - url = https://github.com/occivink/kakoune-sudo-write - master = master -[submodule "kak/.config/kak/plugins/smarttab.kak"] + branch = master +[submodule "smarttab.kak"] path = kak/.config/kak/plugins/smarttab.kak url = https://github.com/andreyorst/smarttab.kak - master = master -[submodule "foot/.config/foot/base16"] - path = foot/.config/foot/base16 - url = https://github.com/tinted-theming/base16-foot - master = master + branch = master +[submodule "bookmarks.kak"] + path = kak/.config/kak/plugins/bookmarks.kak + url = https://github.com/Ersikan/bookmarks.kak + branch = main diff --git a/kak/.config/kak/plugins/bookmarks.kak b/kak/.config/kak/plugins/bookmarks.kak new file mode 160000 index 00000000..2e92602e --- /dev/null +++ b/kak/.config/kak/plugins/bookmarks.kak @@ -0,0 +1 @@ +Subproject commit 2e92602eef5ed1717660689765b93583eecce099 diff --git a/kak/.config/kak/plugins/connect.kak b/kak/.config/kak/plugins/connect.kak new file mode 160000 index 00000000..a536605a --- /dev/null +++ b/kak/.config/kak/plugins/connect.kak @@ -0,0 +1 @@ +Subproject commit a536605a208149eed58986bda54f3dda215dfe61 diff --git a/kak/.config/kak/plugins/plug.kak b/kak/.config/kak/plugins/plug.kak new file mode 160000 index 00000000..f28b3fb8 --- /dev/null +++ b/kak/.config/kak/plugins/plug.kak @@ -0,0 +1 @@ +Subproject commit f28b3fb88fbc77d69b1027780cb9a16b0bd7fc76 diff --git a/kak/.config/kak/plugins/powerline.kak b/kak/.config/kak/plugins/powerline.kak new file mode 160000 index 00000000..c5ef9a84 --- /dev/null +++ b/kak/.config/kak/plugins/powerline.kak @@ -0,0 +1 @@ +Subproject commit c5ef9a845bbd886c73ef00c0efff986e02d5f5d8 diff --git a/kak/.config/kak/plugins/prelude.kak b/kak/.config/kak/plugins/prelude.kak new file mode 160000 index 00000000..5dbdc020 --- /dev/null +++ b/kak/.config/kak/plugins/prelude.kak @@ -0,0 +1 @@ +Subproject commit 5dbdc020c546032885c1fdb463e366cc89fc15ad diff --git a/kak/.config/kak/plugins/shellcheck.kak b/kak/.config/kak/plugins/shellcheck.kak new file mode 160000 index 00000000..4e633978 --- /dev/null +++ b/kak/.config/kak/plugins/shellcheck.kak @@ -0,0 +1 @@ +Subproject commit 4e633978c119bbb71f215828f7b59cea71a2c5a4 diff --git a/kak/.config/kak/plugins/smarttab.kak b/kak/.config/kak/plugins/smarttab.kak new file mode 160000 index 00000000..86ac6599 --- /dev/null +++ b/kak/.config/kak/plugins/smarttab.kak @@ -0,0 +1 @@ +Subproject commit 86ac6599b13617ff938905ba4cdd8225d7eb6a2e diff --git a/kak/.config/kak/plugins/smooth-scroll.kak b/kak/.config/kak/plugins/smooth-scroll.kak new file mode 160000 index 00000000..b575b8b4 --- /dev/null +++ b/kak/.config/kak/plugins/smooth-scroll.kak @@ -0,0 +1 @@ +Subproject commit b575b8b46a495a1aa1e45d1805dc5249a7f7ba16 diff --git a/kak/.config/kak/plugins/sudo-write.kak b/kak/.config/kak/plugins/sudo-write.kak new file mode 160000 index 00000000..ec0d6d26 --- /dev/null +++ b/kak/.config/kak/plugins/sudo-write.kak @@ -0,0 +1 @@ +Subproject commit ec0d6d26ceaadd93d6824630ba587b31e442214d -- 2.51.2