diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-01-28 09:14:32 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-01-28 09:14:32 +0000 |
commit | 904cec3c4a329cf89fc3219d359239910d61f3f6 (patch) | |
tree | 8d113899921dfbaca0e77c49ab5fc827362d1091 /.gitmodules |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
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 |