From 0cf9582c35bdcd6779db775692b046fa2e32b8e2 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 21 Mar 2025 19:59:44 +0100 Subject: [PATCH] addet nvim mini --- .gitmodules | 4 ++++ dotfiles/.config/nvim | 1 + 2 files changed, 5 insertions(+) create mode 160000 dotfiles/.config/nvim diff --git a/.gitmodules b/.gitmodules index bef0eff..d2aa84f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ path = tmux url = https://git.k4li.de/dotfiles/tmux.git branch = main +[submodule "dotfiles/.config/nvim"] + path = dotfiles/.config/nvim + url = https://git.k4li.de/dotfiles/nvim-mini + branch = main diff --git a/dotfiles/.config/nvim b/dotfiles/.config/nvim new file mode 160000 index 0000000..afb29d9 --- /dev/null +++ b/dotfiles/.config/nvim @@ -0,0 +1 @@ +Subproject commit afb29d916ce1709353966a5c89edb8775ca5f8ef