Use vim-airline instead of powerline

This commit is contained in:
Julian Ospald 2018-06-16 11:27:10 +02:00
parent b1e614cddc
commit 23abdd12ac
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 6 additions and 7 deletions

13
vimrc
View File

@ -44,14 +44,9 @@ Plug 'tpope/vim-rhubarb'
Plug 'sjbach/lusty'
if has("nvim")
Plug 'iCyMind/NeoSolarized'
Plug 'vim-airline/vim-airline'
else
Plug 'powerline/powerline', {
\ 'branch': 'develop',
\ 'do': 'python3 setup.py install --user',
\ 'rtp': 'powerline/bindings/vim',
\ }
endif
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
" local_vimrc
Plug 'LucHermitte/lh-vim-lib'
@ -194,6 +189,10 @@ endif
let g:neosnippet#enable_snipmate_compatibility = 1
" vim airline
" let g:airline#extensions#tabline#enabled = 1
" LSP
let g:LanguageClient_autoStart = 0