diff --git a/README.md b/README.md index 72e3923a..920d97d3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vim/plugin/settings/solarized.vim b/vim/plugin/settings/solarized.vim index 806dc5ac..23233925 100644 --- a/vim/plugin/settings/solarized.vim +++ b/vim/plugin/settings/solarized.vim @@ -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