change default editor to nvim

This commit is contained in:
2021-11-14 07:15:22 +00:00
parent 44793d192f
commit 3f0b96e2a4

View File

@@ -92,12 +92,7 @@ source $ZSH/oh-my-zsh.sh
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
# fi
export EDITOR="nvim"
# Compilation flags
# export ARCHFLAGS="-arch x86_64"