Swapped powerline to vim-airline

This commit is contained in:
Dreaded_X 2014-11-07 21:47:28 +01:00
parent 14ed9ef398
commit f8dd6d1a26
3 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View File

@ -40,3 +40,6 @@
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git@github.com:tpope/vim-surround.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = git@github.com:bling/vim-airline.git

@ -0,0 +1 @@
Subproject commit 310331cfc45ea1fbec8987042ed94c3740cc7041

6
vimrc
View File

@ -26,8 +26,12 @@ map <F9> :!./%<cr>
setlocal completeopt-=preview
set laststatus=2
let g:Powerline_symbols = 'fancy'
set rtp+=$HOME/.local/lib/python2.7/site-packages/powerline/bindings/vim/
let b:EclimPhpHtmlValidate = 1
set expandtab
set tabstop=2
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1
let g:airline_theme='solarized'