switch to nvim on supported systems
This commit is contained in:
parent
be80a3de6c
commit
3d9575359e
2 changed files with 8 additions and 2 deletions
7
bin/vi
Executable file
7
bin/vi
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -n "`which nvim`" ]; then
|
||||
nvim "$@"
|
||||
else
|
||||
vim "$@"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue