From 883cb1b4e35fdc2ca852fe54716a70d23b772da1 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 4 Mar 2024 20:20:38 +0800 Subject: [PATCH] Add neovim as submodule --- .config/nvim | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .config/nvim create mode 100644 .gitmodules diff --git a/.config/nvim b/.config/nvim new file mode 160000 index 0000000..2c98923 --- /dev/null +++ b/.config/nvim @@ -0,0 +1 @@ +Subproject commit 2c98923861d2954c646f764bf68a56c408c32d2e diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..22730c5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/nvim"] + path = .config/nvim + url = git@github.com:rywng/config.nvim.git