lvim is dead long live astronvim

This commit is contained in:
Daylin Morgan 2023-01-12 13:46:20 -06:00
parent 07e1ca001e
commit 6958f1ea95

View file

@ -26,9 +26,7 @@ unsetopt autocd
# export VIMINIT='source $MYVIMRC'
# export MYVIMRC='$DOTFILES_DIR/lib/.vimrc'
if is-executable lvim; then
export EDITOR=lvim
elif is-executable nvim; then
if is-executable nvim; then
export EDITOR=nvim
else
export EDITOR=vim