lint
This commit is contained in:
parent
9867ab3cac
commit
89fd8ccd77
2 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
# Use neovim instead of vim if it is present
|
||||
|
||||
if command -v nvim >/dev/null 2>&1
|
||||
then
|
||||
if command -v nvim >/dev/null 2>&1; then
|
||||
alias vim="nvim"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue