Use nvim instead of lunarvim

This commit is contained in:
2022-01-26 16:26:23 +03:00
parent 9bc2ccefd5
commit a0dd11942d
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ fi
# Editors
#
export EDITOR='vim'
export EDITOR='nvim'
export VISUAL="$EDITOR"
export PAGER='less'