vimenv

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

commit 6c617886db9fc2aace6131ae6fa73095529232a8
parent d11c65cc281d2cd71051b9fad20823cd711723b5
Author: Xiaodong Xu <[email protected]>
Date:   Sat Jun 23 23:10:23 +0800

Add slime plugin

Diffstat:
.gitmodules | 3+++
_vim/bundle/slime | 1+
_vimrc | 6+++---
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -58,3 +58,6 @@ [submodule "_vim/bundle/neverland"] path = _vim/bundle/neverland url = git://github.com/trapd00r/neverland-vim-theme.git +[submodule "_vim/bundle/slime"] + path = _vim/bundle/slime + url = git://github.com/jpalardy/vim-slime.git diff --git a/_vim/bundle/slime b/_vim/bundle/slime @@ -0,0 +1 @@ +Subproject commit 3ecc0a6d7d3f0e4ea9ca07c3d877694e30f906e7 diff --git a/_vimrc b/_vimrc @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2012 May 26 +" modified: 2012 Jun 23 " "-- source --" @@ -39,8 +39,8 @@ syntax on if &t_Co < 256 colorscheme miro8 else - set background=dark - colorscheme jellybeans + "set background=dark + colorscheme neverland-darker endif "-- file --"