summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2014-06-30 19:32:03 -0400
committerJune McEnroe <june@causal.agency>2014-06-30 19:32:03 -0400
commitb73edd7f28c649d5b9793ef00d6cb669d2f5d19d (patch)
tree82ccc5c998d42d3596b6fc3f8e09e7b7624b7532
parentAdd Eunuch plugin (diff)
downloadsrc-b73edd7f28c649d5b9793ef00d6cb669d2f5d19d.tar.gz
src-b73edd7f28c649d5b9793ef00d6cb669d2f5d19d.zip
Add CSS Color plugin
Diffstat (limited to '')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 0b3a1958..9161e970 100644
--- a/.vimrc
+++ b/.vimrc
@@ -274,6 +274,8 @@ Plug 'terryma/vim-multiple-cursors'
 Plug 'tpope/vim-speeddating'
 " File-related commands.
 Plug 'tpope/vim-eunuch'
+" Highlight color values with their color in CSS.
+Plug 'ap/vim-css-color'
 
 " Language support.
 Plug 'digitaltoad/vim-jade'
'>2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe