Use nvim as default editor

main
mandlm 2020-01-08 13:51:48 +01:00
parent 7c1077db40
commit 0682531d54
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ source $ZSH/oh-my-zsh.sh
# export EDITOR='mvim'
# fi
export EDITOR='vim'
export EDITOR='nvim'
# Compilation flags
# export ARCHFLAGS="-arch x86_64"