my-yadm/.local/dotfiles/environment/neovim.zsh

5 lines
57 B
Bash

if whence -p nvim > /dev/null; then
alias vim=nvim
fi