vim: Add support for sjis

This commit is contained in:
Simon Bruder 2020-06-26 18:40:42 +02:00
parent b54a5cb4a8
commit a813afeeba
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -25,6 +25,9 @@ if has("autocmd")
\| exe "normal! g`\"" | endif
endif
" Support more file encodings
set fileencodings=ucs-bom,utf-8,default,sjis,latin1
call plug#begin('~/.local/share/nvim/plugged')
" Per-project vim settings