diff options
Diffstat (limited to 'vim/vimrc.symlink')
-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() |