Remove NeoVim aliases

Long live Vim!

Seriously, really irked about the color scheme debacle and how I'm over
here jumping through hoops to get stuff that was working perfectly, back
to working order.
This commit is contained in:
Josh Sherman 2024-06-24 09:53:27 -05:00
parent 2fcbc384a4
commit 8c545c1d44
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -82,7 +82,3 @@ alias HEAD='http HEAD'
if [[ `uname` == Darwin ]]; then
alias uuidgen='uuidgen | tr A-F a-f'
fi
# Nvim takeover
alias vim='nvim'
alias vimdiff='nvim -d'