summaryrefslogtreecommitdiff
path: root/plugin/encoding.vim
blob: 5690edcd4e99b007ce73019e662294589af07f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
" 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

set encoding=utf-8
set termencoding=utf-8