Set fileencoding to utf-8 to fix listchars

This commit is contained in:
Ryan Cavicchioni 2022-09-18 09:36:48 -05:00
parent ad01610d52
commit d3c39ac63c
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

4
.vimrc
View File

@ -29,8 +29,8 @@ set smartcase " Smart case matching.
set autowrite " Save before switching buffers.
set number
set smarttab
" set listchars=tab:·\ ,eol:$
set listchars=eol,space,tab:»\
set fileencoding=utf-8
set listchars=eol,space,tab:»\
set expandtab
set backspace=indent,eol
set textwidth=80