From 43aa722391e51ceb64dfbc96f87213b7a4d075fb Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 1 Jun 2026 14:40:05 -0700 Subject: [PATCH] remove nvim config --- .gitmodules | 3 --- Makefile | 7 ++----- nvim/nvim | 1 - 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 160000 nvim/nvim diff --git a/.gitmodules b/.gitmodules index a67e6af..7ba3c54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [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 diff --git a/Makefile b/Makefile index 059f831..93eb876 100644 --- a/Makefile +++ b/Makefile @@ -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 -all: submodules nvim git shell tmux +all: submodules git shell tmux submodules: git submodule update --init --recursive @@ -10,9 +10,6 @@ submodules: git: stow git -t ${HOME} -nvim: - stow nvim -t ${HOME}/.config/ - shell: p10k stow shell -t ${HOME} diff --git a/nvim/nvim b/nvim/nvim deleted file mode 160000 index 43f116f..0000000 --- a/nvim/nvim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 43f116fe2c8a005200a32468733bf30f1604c932