utf8 support for vim, powerline+syntastic
This commit is contained in:
parent
7aa79f6d33
commit
9f83fe35f6
4 changed files with 9 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -4,3 +4,9 @@
|
||||||
[submodule ".vim/bundle/vim-markdown"]
|
[submodule ".vim/bundle/vim-markdown"]
|
||||||
path = .vim/bundle/vim-markdown
|
path = .vim/bundle/vim-markdown
|
||||||
url = https://github.com/plasticboy/vim-markdown.git
|
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
|
||||||
|
|
1
.vim/bundle/vim-powerline
Submodule
1
.vim/bundle/vim-powerline
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 09c0cea859a2e0989eea740655b35976d951a84e
|
1
.vim/bundle/vim-syntastic
Submodule
1
.vim/bundle/vim-syntastic
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2fbd870a20062f8849a4f530446787d21394c40f
|
1
.vimrc
1
.vimrc
|
@ -15,6 +15,7 @@ color solarized
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
|
||||||
set noswapfile
|
set noswapfile
|
||||||
|
set encoding=utf-8
|
||||||
|
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
Loading…
Reference in a new issue