Switch from Powerline to Airline for improved performance
This commit is contained in:
parent
cf42b9a1b3
commit
74eedcf77a
1 changed files with 2 additions and 1 deletions
|
@ -15,12 +15,12 @@ Plug 'ciaranm/inkpot'
|
|||
Plug 'ervandew/supertab'
|
||||
Plug 'junegunn/fzf' | Plug 'junegunn/fzf.vim'
|
||||
Plug 'junegunn/vim-easy-align'
|
||||
Plug 'powerline/powerline', {'branch': 'develop', 'rtp': 'powerline/bindings/vim/'}
|
||||
Plug 'scrooloose/nerdtree'
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-sleuth'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'tpope/vim-unimpaired'
|
||||
Plug 'vim-airline/vim-airline' | Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'wincent/loupe'
|
||||
Plug 'wincent/terminus'
|
||||
|
||||
|
@ -59,5 +59,6 @@ else
|
|||
set number
|
||||
endif
|
||||
|
||||
let g:airline_powerline_fonts = 1
|
||||
let g:LatexBox_Folding = 1
|
||||
let g:NERDTreeHijackNetrw = 1
|
||||
|
|
Loading…
Reference in a new issue