소스 검색

Stop using nvim for $EDITOR

Somehow nvim always shows warning "unable to open swap file".
I could not find solution for that.
pull/15/head
10sr 7 년 전
부모
커밋
9357706ae6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      profile

+ 1
- 1
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


불러오는 중...
취소
저장