diff options
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' |