remove powerline in favor of airline
This commit is contained in:
parent
c89609766b
commit
d1aaea2678
4 changed files with 2 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f
|
||||
Subproject commit 5f70ae6025e951f0154e3940d123138adffa4c88
|
||||
|
|
@ -12,6 +12,7 @@ call vundle#rc()
|
|||
" let Vundle manage Vundle, required
|
||||
Plugin 'gmarik/vundle'
|
||||
|
||||
Plugin 'bling/vim-airline'
|
||||
Plugin 'tpope/vim-endwise'
|
||||
Plugin 'danro/rename.vim'
|
||||
Plugin 'pbrisbin/vim-mkdir'
|
||||
|
|
@ -48,9 +49,6 @@ filetype plugin indent on " required
|
|||
""" end vundle
|
||||
|
||||
"""" PLUGIN SETTINGS
|
||||
|
||||
" Powerline!
|
||||
set rtp+=~/dotfiles/misc-files/powerline/powerline/bindings/vim
|
||||
"
|
||||
""" Easymotion
|
||||
map / <Plug>(easymotion-sn)
|
||||
|
|
@ -95,7 +93,6 @@ set t_Co=256
|
|||
if &term =~ 'xterm-color'
|
||||
set t_ut=
|
||||
endif
|
||||
let g:Powerline_symbols = 'fancy'
|
||||
set nocompatible
|
||||
set laststatus=2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue