Added Hybrid There

This commit is contained in:
2012-08-10 12:54:01 -07:00
parent 65f29c4334
commit 4029cfe874
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -16,3 +16,6 @@
[submodule "bundle/vimerl"]
path = bundle/vimerl
url = git://github.com/jimenezrick/vimerl.git
[submodule "bundle/hybrid.vim"]
path = bundle/hybrid.vim
url = git://github.com/w0ng/vim-hybrid.git

1
bundle/hybrid.vim Submodule

Submodule bundle/hybrid.vim added at 1539ae714d

2
vimrc
View File

@@ -7,7 +7,7 @@ set autoindent
set hidden
set encoding=utf-8
"set t_Co=256
colorscheme default
colorscheme hybrid
if has("autocmd")
autocmd bufwritepost .vimrc source $MYVIMRC
endif