From 31eed94d1fb2194de84f9e13d9d840c19fb1ed46 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Tue, 24 Jan 2017 16:58:30 +0100 Subject: [PATCH] fix gitconfig, just use default /usr/local/bin/nvim --- gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/gitconfig b/gitconfig index 6d031d8a..e3e693da 100644 --- a/gitconfig +++ b/gitconfig @@ -3,7 +3,6 @@ [core] excludesfile = ~/.gitignore - editor = /Applications/MacVim.app/Contents/MacOS/Vim autocrlf = input eol = lf pager = diff-so-fancy | less --tabs=2 -RFX