vimenv

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

commit 0577229ab81a3b024395713a08a58cdc275dfc4f
parent 4382fef33d84b23605d21dcae408b146e9f5f0b3
Author: Xiaodong Xu <[email protected]>
Date:   Sat Jun 30 11:59:23 +0800

Update plugin config

Diffstat:
.gitmodules | 6+++---
_vim/bundle/powerline | 2+-
_vim/bundle/tagbar | 2+-
_vim/conf/plugin.vim | 8+++++++-
4 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -52,9 +52,6 @@ [submodule "_vim/bundle/markdown-helper"] path = _vim/bundle/markdown-helper url = git://github.com/xuxiaodong/vim-markdown-helper.git -[submodule "_vim/bundle/powerline"] - path = _vim/bundle/powerline - url = git://github.com/xuxiaodong/vim-powerline.git [submodule "_vim/bundle/neverland"] path = _vim/bundle/neverland url = git://github.com/trapd00r/neverland-vim-theme.git @@ -64,3 +61,6 @@ [submodule "_vim/bundle/syntastic"] path = _vim/bundle/syntastic url = git://github.com/scrooloose/syntastic.git +[submodule "_vim/bundle/powerline"] + path = _vim/bundle/powerline + url = git://github.com/xuxiaodong/vim-powerline.git diff --git a/_vim/bundle/powerline b/_vim/bundle/powerline @@ -1 +1 @@ -Subproject commit b31111e14ceac0160a1703030fbbaae5656bee4c +Subproject commit 4e481112f75cfff0a27eff1a4e796ba1eb590146 diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 7f95420284697bf82978b878ea8df7ca96b34f73 +Subproject commit fd9ac426e91cce4d054be56dd6952bcafe135eb7 diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2012 Jun 23 +" modified: 2012 Jun 30 " "-- plugin --" @@ -18,9 +18,15 @@ vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr " powerline let g:Powerline_symbols='fancy' +" nerdtree +autocmd vimenter * NERDTree + " slime let g:slime_target='tmux' +" markdown +autocmd BufRead *.md set ft=markdown + " markdown helper "source ~/code/vim-md-helper/plugin/markdown-helper.vim