aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-12-08 18:58:16 +0100
committerDavid Runge <david.runge@frqrec.com>2014-12-08 18:58:16 +0100
commit1373929badbbd33ada5f8c3dae7b9763c2c176cd (patch)
treecf199c90a5cb60706341217ad348ebc14097a45d /.vimrc
parent714bb4fc989145cc0beaba0afb3695e3e941771a (diff)
downloaddotfiles-1373929badbbd33ada5f8c3dae7b9763c2c176cd.tar.gz
dotfiles-1373929badbbd33ada5f8c3dae7b9763c2c176cd.tar.bz2
dotfiles-1373929badbbd33ada5f8c3dae7b9763c2c176cd.tar.xz
dotfiles-1373929badbbd33ada5f8c3dae7b9763c2c176cd.zip
.vimrc: Setting default locale to utf-8
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 6b938b5..086cdf2 100644
--- a/.vimrc
+++ b/.vimrc
@@ -21,6 +21,9 @@ set hidden
"turn on syntax highlighting
syntax on
+"set utf-8 as default encoding
+set encoding=utf-8
+
" Change leader to a comma because the backslash is too far away
" That means all \x commands turn into ,x
" The mapleader has to be set before vundle starts loading all