summaryrefslogtreecommitdiff
path: root/plugin/encoding.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/encoding.vim')
-rwxr-xr-xplugin/encoding.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/encoding.vim b/plugin/encoding.vim
new file mode 100755
index 0000000..b245198
--- /dev/null
+++ b/plugin/encoding.vim
@@ -0,0 +1,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