From 112a2e95e64734ee7cd7477a596ab6311eb81f87 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 17 Jun 2024 11:48:25 -0500 Subject: [PATCH] Drop Vim aliases to NeoVim Something screwy going on with 0.10.0 and whatever they did with the new colorscheme stuff. You can't mess with a person's setup like that. Going to slink back over to using mainline Vim for a bit. --- zsh/.aliases | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh/.aliases b/zsh/.aliases index 523479b..4f3dbeb 100644 --- a/zsh/.aliases +++ b/zsh/.aliases @@ -84,5 +84,6 @@ if [[ `uname` == Darwin ]]; then fi # Nvim takeover -alias vim='nvim' -alias vimdiff='nvim -d' +# Nvim 0.10 borked my colorschemes, so getting back to basics with mainline Vim +# alias vim='nvim' +# alias vimdiff='nvim -d'