aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorCamil Staps2016-09-17 12:10:42 +0200
committerCamil Staps2016-11-30 19:11:44 +0100
commit9fc11333bcd399bae58abdea552fdef457bf582e (patch)
tree508ec568791ae6c91106a5ddf8d8a9432f46635c /vim
parentgrade alias (diff)
UTF-8 for vim
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc.symlink3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink
index 15c985b..d8bc7ed 100644
--- a/vim/vimrc.symlink
+++ b/vim/vimrc.symlink
@@ -2,6 +2,9 @@
set nocompatible " be iMproved, required
filetype off " required
+scriptencoding utf-8
+set encoding=utf-8
+
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()