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:
parent
e2be791528
commit
112a2e95e6
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue