Skip to content

Commit

Permalink
rainbows!
Browse files Browse the repository at this point in the history
  • Loading branch information
phunehehe committed Feb 11, 2015
1 parent f31801c commit 927dfce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -55,3 +55,6 @@
[submodule "garbage-io"]
path = garbage-io
url = https://github.com/phunehehe/garbage-io.git
[submodule "_vim/bundle/rainbow"]
path = _vim/bundle/rainbow
url = https://github.com/luochen1990/rainbow.git
1 change: 1 addition & 0 deletions _vim/bundle/rainbow
Submodule rainbow added at 9a609c
10 changes: 10 additions & 0 deletions _vimrc
Expand Up @@ -161,6 +161,16 @@ let g:html_indent_inctags = "html,body,head"
let g:html_indent_script1 = "inc"
let g:html_indent_style1 = "inc"

" u got a fast terminal
set ttyfast
" to avoid scrolling problems
set lazyredraw
" Syntax coloring lines that are too long just slows down the world
set synmaxcol=240

" Rainbow parentheses!
let g:rainbow_active = 1


"" Key mappings

Expand Down

0 comments on commit 927dfce

Please sign in to comment.