vimenv

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

commit c7ed40ff5494a141278667567930f6a787fa2f45
parent 34c50f04435dceb8885dfe67908fccf91fcdc440
Author: Xiaodong Xu <[email protected]>
Date:   Sat Jul  6 14:35:09 +0800

Add hybrid and kolor

Diffstat:
.gitmodules | 6++++++
_vim/bundle/hybrid | 1+
_vim/bundle/kolor | 1+
_vim/bundle/neocomplcache | 2+-
_vim/bundle/syntastic | 2+-
_vim/conf/plugin.vim | 2+-
_vimrc | 8++++----
7 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -124,3 +124,9 @@ [submodule "_vim/bundle/vimux"] path = _vim/bundle/vimux url = git://github.com/benmills/vimux.git +[submodule "_vim/bundle/kolor"] + path = _vim/bundle/kolor + url = git://github.com/zeis/vim-kolor.git +[submodule "_vim/bundle/hybrid"] + path = _vim/bundle/hybrid + url = git://github.com/w0ng/vim-hybrid.git diff --git a/_vim/bundle/hybrid b/_vim/bundle/hybrid @@ -0,0 +1 @@ +Subproject commit 3cd241526aa1156c8cc6a0b61c1b4bbb45069abe diff --git a/_vim/bundle/kolor b/_vim/bundle/kolor @@ -0,0 +1 @@ +Subproject commit 67d59f636c178dc9caff1285713983067998d423 diff --git a/_vim/bundle/neocomplcache b/_vim/bundle/neocomplcache @@ -1 +1 @@ -Subproject commit bddebcfb734248eca615bebb95ec68311f8b9c55 +Subproject commit fefd3a9c9322472d0609d38542ffa9910c8ec62d diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 47085396902855834147436c2d7b6a2ba64e2ddd +Subproject commit 214f4fe0480a6539e2edba065c5e3b77088646cb diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -16,7 +16,7 @@ vmap <silent> <leader>i, <esc>:AlignPush<cr>:AlignCtrl lp0P1<cr>:'<,'>Align ,<cr vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr>:AlignPop<cr> " powerline -let g:Powerline_symbols='unicode' +let g:Powerline_symbols='fancy' let g:Powerline_theme='codefun' " nerdtree diff --git a/_vimrc b/_vimrc @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2013 Jun 30 +" modified: 2013 Jul 06 " "-- source --" @@ -36,11 +36,11 @@ syntax on "-- colorscheme --" -set background=dark if &t_Co < 256 - colorscheme miro8 + colorscheme miro8 else - colorscheme Tomorrow-Night + set background=dark + colorscheme hybrid endif "-- file --"