diff options
author | Camil Staps | 2016-09-17 12:10:42 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:44 +0100 |
commit | 9fc11333bcd399bae58abdea552fdef457bf582e (patch) | |
tree | 508ec568791ae6c91106a5ddf8d8a9432f46635c /vim | |
parent | grade alias (diff) |
UTF-8 for vim
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc.symlink | 3 |
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() |