summaryrefslogtreecommitdiff
path: root/plugin/encoding.vim
blob: b245198c2d0321f70aa1734c2d80ee498128c3fc (plain)
1
2
3
4
5
6
7
8
" encoding.vim
" Sets Vim and files encoding.

" Get the encoding from the environment
set encoding=utf-8

" Transliterate files in UTF-8
set fileencoding=utf-8