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
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue