From 9357706ae69009188ed5bd0476abc13a42a95fb9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 21 Jul 2016 15:33:31 +0900 Subject: [PATCH] Stop using nvim for $EDITOR Somehow nvim always shows warning "unable to open swap file". I could not find solution for that. --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index f35e567..373eb5f 100755 --- a/profile +++ b/profile @@ -68,7 +68,7 @@ do done test -n "$_src_hilite_lp_path" && export LESSOPEN="| $_src_hilite_lp_path %s" -if which nvim >/dev/null +if false which nvim >/dev/null then _VI_ALT=nvim elif which vim >/dev/null