From feb325f76135c9dedb7672f138d8dc30f159c67c Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 3 Oct 2023 00:32:28 -0400 Subject: [PATCH] add submodule to my helix fork --- .gitmodules | 3 +++ helix/helix | 1 + helix/runtime | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 helix/helix create mode 120000 helix/runtime diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3a184fe --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "helix/helix"] + path = helix/helix + url = https://github.com/moparisthebest/helix diff --git a/helix/helix b/helix/helix new file mode 160000 index 0000000..1bf24e4 --- /dev/null +++ b/helix/helix @@ -0,0 +1 @@ +Subproject commit 1bf24e4638071224cec951d83ac3c1579636433b diff --git a/helix/runtime b/helix/runtime new file mode 120000 index 0000000..9627a69 --- /dev/null +++ b/helix/runtime @@ -0,0 +1 @@ +./helix/runtime \ No newline at end of file