Better colors, readme update

This commit is contained in:
Yan Pritzker 2012-11-20 10:08:19 -06:00
parent 8a990709fe
commit 079e434c3f
2 changed files with 6 additions and 0 deletions

View File

@ -391,6 +391,8 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam
* necomplcache - intelligent and fast complete as you type, and added Command-Space to select a completion (same as Ctrl-N)
* snipMate - offers textmate-like snippet expansion + scrooloose-snippets . try hitting TAB after typing a snippet
* jasmine.vim - support for jasmine javascript unit testing, including snippets for it, before, etc..
* vim-javascript-syntax, vim-jquery - better highlighting
* TagHighlight - highlights class names and method names
* vim-coffeescript - support for coffeescript, highlighting
* vim-stylus - support for stylus css language
* vim-bundler - work with bundled gems

View File

@ -36,6 +36,9 @@ hi! link jClass Title
hi! link NERDTreeFile Constant
hi! link NERDTreeDir Identifier
hi! link htmlTagName Type
hi! PreProc gui=bold
" Solarized separators are a little garish.
" This moves separators, comments, and normal
" text into the same color family as the background.
@ -52,6 +55,7 @@ hi! Comment guifg=#52737B
hi! link htmlLink Include
hi! CursorLine cterm=NONE gui=NONE
hi! Visual ctermbg=233
hi! Type gui=bold
" Enforce the colors set here