Set .vimrc fileencoding to utf-8

This commit is contained in:
2022-09-18 10:06:58 -05:00
parent f8056a60e2
commit 5015bb2b96

2
.vimrc
View File

@ -28,7 +28,7 @@ set autowrite " Save before switching buffers.
set number
set smarttab
set fileencoding=utf-8
set listchars=eol:<EFBFBD>,space:<EFBFBD>,tab:<EFBFBD>\
set listchars=eol:¬,space:·,tab:»\
set expandtab
set backspace=indent,eol
set textwidth=80