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