vimenv

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

commit ba7f9ac087faeff5c8647af44d1f5ce8ff046d64
parent 6c617886db9fc2aace6131ae6fa73095529232a8
Author: Xiaodong Xu <[email protected]>
Date:   Tue Jun 26 22:29:57 +0800

Add screenshot

Diffstat:
README.md | 2++
_vim/bundle/fugitive | 2+-
_vim/bundle/tagbar | 2+-
_vim/conf/plugin.vim | 5++++-
screenshot.png | 0
5 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -3,6 +3,8 @@ About Configure Vim environment. +![Vim](https://github.com/xuxiaodong/vimenv/raw/master/screenshot.png) + Installation ------------ diff --git a/_vim/bundle/fugitive b/_vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 49c6be334c0b7950c837bd9f69c30c9f5ccd2e97 +Subproject commit 3b278277e0b46711c30a3d1a0083e527b2fb98ed diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 9ae2b2d818f3a2044eb0482e61de638d0eb41988 +Subproject commit 7f95420284697bf82978b878ea8df7ca96b34f73 diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2012 Jun 22 +" modified: 2012 Jun 23 " "-- plugin --" @@ -18,6 +18,9 @@ vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr " powerline let g:Powerline_symbols='fancy' +" slime +let g:slime_target='tmux' + " markdown helper "source ~/code/vim-md-helper/plugin/markdown-helper.vim diff --git a/screenshot.png b/screenshot.png Binary files differ.