Use vim-airline instead of powerline
This commit is contained in:
parent
b1e614cddc
commit
23abdd12ac
13
vimrc
13
vimrc
@ -44,14 +44,9 @@ Plug 'tpope/vim-rhubarb'
|
|||||||
Plug 'sjbach/lusty'
|
Plug 'sjbach/lusty'
|
||||||
if has("nvim")
|
if has("nvim")
|
||||||
Plug 'iCyMind/NeoSolarized'
|
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
|
endif
|
||||||
|
Plug 'vim-airline/vim-airline'
|
||||||
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
|
|
||||||
" local_vimrc
|
" local_vimrc
|
||||||
Plug 'LucHermitte/lh-vim-lib'
|
Plug 'LucHermitte/lh-vim-lib'
|
||||||
@ -194,6 +189,10 @@ endif
|
|||||||
let g:neosnippet#enable_snipmate_compatibility = 1
|
let g:neosnippet#enable_snipmate_compatibility = 1
|
||||||
|
|
||||||
|
|
||||||
|
" vim airline
|
||||||
|
" let g:airline#extensions#tabline#enabled = 1
|
||||||
|
|
||||||
|
|
||||||
" LSP
|
" LSP
|
||||||
let g:LanguageClient_autoStart = 0
|
let g:LanguageClient_autoStart = 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user