From ce181e7bcf44f286b3dad4c4a20ba05b3fceba8d Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 19 Jan 2024 18:26:42 +0100 Subject: [PATCH] change to nvchad --- .config/nvim | 2 +- .custon/nvim/lua/custom | 1 + .gitmodules | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 160000 .custon/nvim/lua/custom diff --git a/.config/nvim b/.config/nvim index adc7de1..282a23f 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit adc7de146c9d2dcce60f2afbec204cf6e2f6d26e +Subproject commit 282a23f4469ee305e05ec7a108a728ee389d87fb diff --git a/.custon/nvim/lua/custom b/.custon/nvim/lua/custom new file mode 160000 index 0000000..7c63964 --- /dev/null +++ b/.custon/nvim/lua/custom @@ -0,0 +1 @@ +Subproject commit 7c63964eb68b102e8b6f69d176120fad26f12baa diff --git a/.gitmodules b/.gitmodules index 9344fa6..c705a6e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ -[submodule ".config/nvim"] +[submodule "NvChad"] path = .config/nvim - url = https://git.cscherr.de/PlexSheep/neovim-confs + url = https://github.com/NvChad/NvChad +[submodule "nvchad-custom"] + path = .custon/nvim/lua/custom + url = https://git.cscherr.de/PlexSheep/nvchad-custom