lvim is dead long live astronvim
This commit is contained in:
parent
07e1ca001e
commit
6958f1ea95
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ unsetopt autocd
|
||||||
# export VIMINIT='source $MYVIMRC'
|
# export VIMINIT='source $MYVIMRC'
|
||||||
# export MYVIMRC='$DOTFILES_DIR/lib/.vimrc'
|
# export MYVIMRC='$DOTFILES_DIR/lib/.vimrc'
|
||||||
|
|
||||||
if is-executable lvim; then
|
if is-executable nvim; then
|
||||||
export EDITOR=lvim
|
|
||||||
elif is-executable nvim; then
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
else
|
else
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
Loading…
Reference in a new issue