remove powerline in favor of airline

This commit is contained in:
Haak Saxberg 2015-12-02 16:01:32 -08:00 committed by Haak Saxberg
parent c89609766b
commit d1aaea2678
4 changed files with 2 additions and 9 deletions

3
.gitmodules vendored
View file

@ -63,9 +63,6 @@
[submodule "vim-files/.vim/bundle/rainbow_parentheses"]
path = vim-files/.vim/bundle/rainbow_parentheses
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "misc-files/powerline"]
path = misc-files/powerline
url = https://github.com/Lokaltog/powerline.git
[submodule "vim-files/.vim/bundle/jedi-vim"]
path = vim-files/.vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git

@ -1 +0,0 @@
Subproject commit 70a94ee7d39a0958a06436aaeba05bd830830cc8

@ -1 +1 @@
Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f
Subproject commit 5f70ae6025e951f0154e3940d123138adffa4c88

View file

@ -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