From 96cf20c2db9b317b8a4c0cf24c611601bcc23eb0 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 12 Mar 2012 16:24:26 -0500 Subject: [PATCH] Added color_highlight plugin --- .gitmodules | 3 +++ README.md | 2 ++ vim/bundle/chrisbra-color_highlight | 1 + 3 files changed, 6 insertions(+) create mode 160000 vim/bundle/chrisbra-color_highlight diff --git a/.gitmodules b/.gitmodules index 493cc9e574..d2347aea50 100644 --- a/.gitmodules +++ b/.gitmodules @@ -282,3 +282,6 @@ [submodule "vim/bundle/kana-vim-arpeggio"] path = vim/bundle/kana-vim-arpeggio url = https://github.com/kana/vim-arpeggio +[submodule "vim/bundle/chrisbra-color_highlight"] + path = vim/bundle/chrisbra-color_highlight + url = https://github.com/chrisbra/color_highlight.git diff --git a/README.md b/README.md index 35d55603b4..85d27db33e 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * `,he` - Html Escape * `,hu` - Html Unescape * `Cmd-Shift-A` - align things (type a character/expression to align by, works in visual mode or by itself) + * `:ColorCodes` - turn on #abc123 color highlighting (useful for css) #### Comments @@ -442,6 +443,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * Gundo - visualize your undos - pretty amazing plugin. Hit ,u with my keymappings to trigger it, very user friendly * slime - use ctrl-c,ctrl-c to send text to a running irb/pry/console. To start the console, you must use screen with a named session: "screen -S [name] [cmd]", ex: "screen -S pry pry" * vim-indent-guides - visual indent guides, off by default + * color_highlight - use :ColorCodes to see hex colors highlighted #### General enhancements that don't add new commands diff --git a/vim/bundle/chrisbra-color_highlight b/vim/bundle/chrisbra-color_highlight new file mode 160000 index 0000000000..c1733d7bcf --- /dev/null +++ b/vim/bundle/chrisbra-color_highlight @@ -0,0 +1 @@ +Subproject commit c1733d7bcf72f7923644d265b8558e474e1bf23a