Better colors, readme update
This commit is contained in:
parent
8a990709fe
commit
079e434c3f
@ -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)
|
* 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
|
* 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..
|
* 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-coffeescript - support for coffeescript, highlighting
|
||||||
* vim-stylus - support for stylus css language
|
* vim-stylus - support for stylus css language
|
||||||
* vim-bundler - work with bundled gems
|
* vim-bundler - work with bundled gems
|
||||||
|
@ -36,6 +36,9 @@ hi! link jClass Title
|
|||||||
hi! link NERDTreeFile Constant
|
hi! link NERDTreeFile Constant
|
||||||
hi! link NERDTreeDir Identifier
|
hi! link NERDTreeDir Identifier
|
||||||
|
|
||||||
|
hi! link htmlTagName Type
|
||||||
|
hi! PreProc gui=bold
|
||||||
|
|
||||||
" Solarized separators are a little garish.
|
" Solarized separators are a little garish.
|
||||||
" This moves separators, comments, and normal
|
" This moves separators, comments, and normal
|
||||||
" text into the same color family as the background.
|
" text into the same color family as the background.
|
||||||
@ -52,6 +55,7 @@ hi! Comment guifg=#52737B
|
|||||||
hi! link htmlLink Include
|
hi! link htmlLink Include
|
||||||
hi! CursorLine cterm=NONE gui=NONE
|
hi! CursorLine cterm=NONE gui=NONE
|
||||||
hi! Visual ctermbg=233
|
hi! Visual ctermbg=233
|
||||||
|
hi! Type gui=bold
|
||||||
|
|
||||||
|
|
||||||
" Enforce the colors set here
|
" Enforce the colors set here
|
||||||
|
Loading…
Reference in New Issue
Block a user