utf8 support for vim, powerline+syntastic

This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-10-09 20:24:07 +02:00
parent 7aa79f6d33
commit 9f83fe35f6
4 changed files with 9 additions and 0 deletions

6
.gitmodules vendored
View file

@ -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

@ -0,0 +1 @@
Subproject commit 09c0cea859a2e0989eea740655b35976d951a84e

@ -0,0 +1 @@
Subproject commit 2fbd870a20062f8849a4f530446787d21394c40f

1
.vimrc
View file

@ -15,6 +15,7 @@ color solarized
colorscheme solarized
set noswapfile
set encoding=utf-8
execute pathogen#infect()
filetype plugin indent on