restore nvim as submodule (kickstart config); home-manager no longer owns nvim

This commit is contained in:
matt
2026-06-01 16:20:58 -07:00
parent 43aa722391
commit f4351436a0
3 changed files with 9 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
[submodule "tmux/.config/tmux/oh-my-tmux"]
path = tmux/.config/tmux/oh-my-tmux
url = https://github.com/gpakosz/.tmux.git
[submodule "nvim/nvim"]
path = nvim/nvim
url = https://git.publicmatt.com/public/nvim.git
+5 -2
View File
@@ -1,8 +1,8 @@
.PHONY: all git shell tmux submodules p10k
.PHONY: all nvim git shell tmux submodules p10k
ZSH_CUSTOM ?= ${HOME}/.oh-my-zsh/custom
all: submodules git shell tmux
all: submodules nvim git shell tmux
submodules:
git submodule update --init --recursive
@@ -10,6 +10,9 @@ submodules:
git:
stow git -t ${HOME}
nvim:
stow nvim -t ${HOME}/.config/
shell: p10k
stow shell -t ${HOME}
Submodule
+1
Submodule nvim/nvim added at b2585d6634