From 904cec3c4a329cf89fc3219d359239910d61f3f6 Mon Sep 17 00:00:00 2001 From: thing1 Date: Tue, 28 Jan 2025 09:14:32 +0000 Subject: init commit --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c557f04 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "autoload/kak-rainbow"] + path = autoload/kak-rainbow + url = https://github.com/Bodhizafa/kak-rainbow +[submodule "autoload/kakoune-gdb"] + path = autoload/kakoune-gdb + url = https://github.com/occivink/kakoune-gdb +[submodule "autoload/auto-pairs"] + path = autoload/auto-pairs + url = https://github.com/alexherbo2/auto-pairs.kak -- cgit v1.2.3