From 2e62f5c8d2c104dd60a4e077d261c193860eb9bd Mon Sep 17 00:00:00 2001 From: ItsNoellaHere <49508517+ItsNoellaHere@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:51:37 -0700 Subject: [PATCH] added nvim conf as submodule --- .gitmodules | 3 +++ nvim-conf | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 nvim-conf diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..10207c1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nvim-conf"] + path = nvim-conf + url = git@github.com:ItsNoellaHere/nvim-conf.git diff --git a/nvim-conf b/nvim-conf new file mode 160000 index 0000000..6738ab2 --- /dev/null +++ b/nvim-conf @@ -0,0 +1 @@ +Subproject commit 6738ab220e03f45085c743295803b942afad30b1