vim: Add support for sjis
This commit is contained in:
parent
b54a5cb4a8
commit
a813afeeba
|
@ -25,6 +25,9 @@ if has("autocmd")
|
||||||
\| exe "normal! g`\"" | endif
|
\| exe "normal! g`\"" | endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Support more file encodings
|
||||||
|
set fileencodings=ucs-bom,utf-8,default,sjis,latin1
|
||||||
|
|
||||||
call plug#begin('~/.local/share/nvim/plugged')
|
call plug#begin('~/.local/share/nvim/plugged')
|
||||||
|
|
||||||
" Per-project vim settings
|
" Per-project vim settings
|
||||||
|
|
Reference in a new issue