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.
This commit is contained in:
Josh Sherman 2024-06-17 11:48:25 -05:00
parent e2be791528
commit 112a2e95e6
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -84,5 +84,6 @@ if [[ `uname` == Darwin ]]; then
fi fi
# Nvim takeover # Nvim takeover
alias vim='nvim' # Nvim 0.10 borked my colorschemes, so getting back to basics with mainline Vim
alias vimdiff='nvim -d' # alias vim='nvim'
# alias vimdiff='nvim -d'