From 0682531d545065cec28b6f807f693a0cebcda34b Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 8 Jan 2020 13:51:48 +0100 Subject: [PATCH] Use nvim as default editor --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 2147dfc..3d2b4fd 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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"