Changed encoding settings to UTF-8.

This commit is contained in:
sheldonmlee 2021-02-18 18:21:36 +08:00
parent 699e1c68fb
commit 0d2bc84627

4
.vimrc
View File

@ -21,3 +21,7 @@ set background=dark
colorscheme solarized colorscheme solarized
" transparancy for background " transparancy for background
"hi Normal guibg=NONE ctermbg=NONE "hi Normal guibg=NONE ctermbg=NONE
" utf-8 encoding
set encoding=utf8
set fileencoding=utf8