From 9f83fe35f6f2283ece8789cd3a8ea2373f610a4a Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Wed, 9 Oct 2013 20:24:07 +0200 Subject: [PATCH] utf8 support for vim, powerline+syntastic --- .gitmodules | 6 ++++++ .vim/bundle/vim-powerline | 1 + .vim/bundle/vim-syntastic | 1 + .vimrc | 1 + 4 files changed, 9 insertions(+) create mode 160000 .vim/bundle/vim-powerline create mode 160000 .vim/bundle/vim-syntastic diff --git a/.gitmodules b/.gitmodules index 2c867ee4..35bfe26a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule ".vim/bundle/vim-markdown"] path = .vim/bundle/vim-markdown url = https://github.com/plasticboy/vim-markdown.git +[submodule ".vim/bundle/vim-powerline"] + path = .vim/bundle/vim-powerline + url = https://github.com/Lokaltog/vim-powerline.git +[submodule ".vim/bundle/vim-syntastic"] + path = .vim/bundle/vim-syntastic + url = https://github.com/scrooloose/syntastic diff --git a/.vim/bundle/vim-powerline b/.vim/bundle/vim-powerline new file mode 160000 index 00000000..09c0cea8 --- /dev/null +++ b/.vim/bundle/vim-powerline @@ -0,0 +1 @@ +Subproject commit 09c0cea859a2e0989eea740655b35976d951a84e diff --git a/.vim/bundle/vim-syntastic b/.vim/bundle/vim-syntastic new file mode 160000 index 00000000..2fbd870a --- /dev/null +++ b/.vim/bundle/vim-syntastic @@ -0,0 +1 @@ +Subproject commit 2fbd870a20062f8849a4f530446787d21394c40f diff --git a/.vimrc b/.vimrc index 46d16d91..8e5d6e7f 100644 --- a/.vimrc +++ b/.vimrc @@ -15,6 +15,7 @@ color solarized colorscheme solarized set noswapfile +set encoding=utf-8 execute pathogen#infect() filetype plugin indent on