From 03651a6bc5895aab1542242180008b8e6a2da76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 29 Dec 2015 02:27:35 +0100 Subject: [PATCH] Use nvim as vim. --- zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zprofile b/zsh/zprofile index d272716..4cd4cee 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -16,7 +16,7 @@ done PATH="${PATH#:}" export PATH -export EDITOR="vim" +export EDITOR="nvim" export VISUAL="vim" export BROWSER="firefox"