Set fileencoding to utf-8 to fix listchars

This commit is contained in:
2022-09-18 09:36:48 -05:00
parent ad01610d52
commit d3c39ac63c

2
.vimrc
View File

@ -29,7 +29,7 @@ set smartcase " Smart case matching.
set autowrite " Save before switching buffers.
set number
set smarttab
" set listchars=tab:<3A>\ ,eol:$
set fileencoding=utf-8
set listchars=eol:<3A>,space:<3A>,tab:<3A>\
set expandtab
set backspace=indent,eol