From e2544ed6517b7de18fa820790cc8eebe3f11f410 Mon Sep 17 00:00:00 2001 From: Samuel ONeal Date: Sun, 1 Feb 2026 13:18:44 -0700 Subject: [PATCH] added nvim-config as submodule to this repo --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4caeece --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nvim/.config/nvim"] + path = nvim/.config/nvim + url = git@gitlab.com:sam_oneal/nvim-config.git