Skip to content

Commit

Permalink
added vim css colors (with scss support)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamykaze committed Apr 29, 2014
1 parent 389b897 commit 1d6264a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _vimrc
Expand Up @@ -350,6 +350,11 @@
" let &colorcolumn=join(range(80,119),",")
" highlight ColorColumn ctermbg=233 guibg=#181818

"## 7b. CSS Colors ##### {{{2

NeoBundle 'runar/vim-css-color', {'rev' : 'scss-support'} " shows a preview of the CSS color

"}}}2

"----- Rainbow Parentheses --------------------
" this makes it so parenthesis, brackets, etc. are colored differently depending on their nesting
Expand Down

0 comments on commit 1d6264a

Please sign in to comment.