Swapped powerline to vim-airline
This commit is contained in:
parent
14ed9ef398
commit
f8dd6d1a26
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
vim/bundle/vim-airline
Submodule
1
vim/bundle/vim-airline
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 310331cfc45ea1fbec8987042ed94c3740cc7041
|
6
vimrc
6
vimrc
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user