Updated gvim alias to use nvim
This commit is contained in:
parent
fccd5a9bf4
commit
860137726e
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ case `uname` in
|
||||||
Linux)
|
Linux)
|
||||||
if whence -p nvim-gtk > /dev/null; then
|
if whence -p nvim-gtk > /dev/null; then
|
||||||
alias vim=nvim-gtk
|
alias vim=nvim-gtk
|
||||||
|
elif whence -p nvim > /dev/null; then
|
||||||
|
alias vim=nvim
|
||||||
elif whence -p gvim > /dev/null; then
|
elif whence -p gvim > /dev/null; then
|
||||||
alias vim=gvim
|
alias vim=gvim
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue