vimenv

configure vim environment
git clone git://git.unixkoans.com/vimenv.git
Log | Files | Refs | Submodules

commit 1a6994eb51a43c374b67e8db445d8433d6782d58
parent e7d5d357fd6724b7e6891699eef73560b749ee69
Author: Xiaodong Xu <[email protected]>
Date:   Sun Dec  8 20:03:12 +0800

Replace powerline with airline

Diffstat:
.gitmodules | 6+++---
_vim/bundle/airline | 1+
_vim/bundle/powerline | 1-
_vim/conf/plugin.vim | 8++++++--
4 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -64,9 +64,6 @@ [submodule "_vim/bundle/numbers"] path = _vim/bundle/numbers url = git://github.com/xuxiaodong/numbers.vim.git -[submodule "_vim/bundle/powerline"] - path = _vim/bundle/powerline - url = git://github.com/xuxiaodong/vim-powerline.git [submodule "_vim/bundle/commentary"] path = _vim/bundle/commentary url = git://github.com/tpope/vim-commentary.git @@ -142,3 +139,6 @@ [submodule "_vim/bundle/nginx-vim-syntax"] path = _vim/bundle/nginx-vim-syntax url = git://github.com/evanmiller/nginx-vim-syntax.git +[submodule "_vim/bundle/airline"] + path = _vim/bundle/airline + url = git://github.com/bling/vim-airline.git diff --git a/_vim/bundle/airline b/_vim/bundle/airline @@ -0,0 +1 @@ +Subproject commit ce324051057f9dd371bf5e56246a92b7ed271884 diff --git a/_vim/bundle/powerline b/_vim/bundle/powerline @@ -1 +0,0 @@ -Subproject commit 1986d3409def8fe9439b0aaf7d02a6ae5b0b0d35 diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -15,9 +15,13 @@ vmap <silent> <leader>i= <esc>:AlignPush<cr>:AlignCtrl lp1P1<cr>:'<,'>Align =<cr vmap <silent> <leader>i, <esc>:AlignPush<cr>:AlignCtrl lp0P1<cr>:'<,'>Align ,<cr>:AlignPop<cr> vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr>:AlignPop<cr> +" airline +let g:airline_powerline_fonts=1 +let g:airline_theme='tomorrow' + " powerline -let g:Powerline_symbols='compatible' -let g:Powerline_theme='codefun' +"let g:Powerline_symbols='compatible' +"let g:Powerline_theme='codefun' " nerdtree let g:NERDTreeWinSize=25