Removing powerline, adding airline for vim
This commit is contained in:
parent
d833fc61ba
commit
a57737f12a
1 changed files with 5 additions and 8 deletions
13
vimrc
13
vimrc
|
|
@ -47,7 +47,7 @@ Plug 'eagletmt/ghc-mod'
|
||||||
Plug 'bitc/vim-hdevtools'
|
Plug 'bitc/vim-hdevtools'
|
||||||
Plug 'idris-hackers/idris-vim'
|
Plug 'idris-hackers/idris-vim'
|
||||||
Plug 'qstrahl/vim-matchmaker'
|
Plug 'qstrahl/vim-matchmaker'
|
||||||
"Plug 'bling/vim-airline'
|
Plug 'bling/vim-airline'
|
||||||
Plug 'matze/vim-move'
|
Plug 'matze/vim-move'
|
||||||
Plug 'bruno-/vim-vertical-move'
|
Plug 'bruno-/vim-vertical-move'
|
||||||
Plug 'itchyny/calendar.vim'
|
Plug 'itchyny/calendar.vim'
|
||||||
|
|
@ -151,13 +151,6 @@ if has("gui_running")
|
||||||
set go=-t
|
set go=-t
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Powerline
|
|
||||||
"set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim
|
|
||||||
"set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim
|
|
||||||
python from powerline.vim import setup as powerline_setup
|
|
||||||
python powerline_setup()
|
|
||||||
python del powerline_setup
|
|
||||||
|
|
||||||
" Colors
|
" Colors
|
||||||
" colorscheme default
|
" colorscheme default
|
||||||
colorscheme hybrid
|
colorscheme hybrid
|
||||||
|
|
@ -277,3 +270,7 @@ function! s:AckMotion(type) abort
|
||||||
|
|
||||||
let @@ = reg_save
|
let @@ = reg_save
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" Airline
|
||||||
|
let g:airline#extensions#tabline#enabled = 1
|
||||||
|
let g:airline_powerline_fonts = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue