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)
|
||||
if whence -p nvim-gtk > /dev/null; then
|
||||
alias vim=nvim-gtk
|
||||
elif whence -p nvim > /dev/null; then
|
||||
alias vim=nvim
|
||||
elif whence -p gvim > /dev/null; then
|
||||
alias vim=gvim
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue