diff options
author | June McEnroe <programble@gmail.com> | 2014-06-30 19:32:03 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-06-30 19:32:03 -0400 |
commit | fdb3fd6b354062ad93e52d1336774311283b0c60 (patch) | |
tree | 1433df9bbaf414e45083f4961df9e1ac18e54136 | |
parent | Add Eunuch plugin (diff) | |
download | src-fdb3fd6b354062ad93e52d1336774311283b0c60.tar.gz src-fdb3fd6b354062ad93e52d1336774311283b0c60.zip |
Add CSS Color plugin
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
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' |