fix(vifm): start nvim with no conf

This commit is contained in:
Bruno Carlin 2023-03-09 22:32:23 +01:00
parent 5bb838514a
commit c34d7a87de
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -11,7 +11,7 @@
" If you would like to use another vi clone such as Elvis or Vile " If you would like to use another vi clone such as Elvis or Vile
" you will need to change this setting. " you will need to change this setting.
set vicmd=nvim set vicmd=nvim\ -u\ NONE
" set vicmd=elvis\ -G\ termcap " set vicmd=elvis\ -G\ termcap
" set vicmd=vile " set vicmd=vile
set shell=/bin/fish set shell=/bin/fish