remove nvim config

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