summaryrefslogtreecommitdiffstats
path: root/after/syntax/vim.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/syntax/vim.vim')
-rw-r--r--after/syntax/vim.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/after/syntax/vim.vim b/after/syntax/vim.vim
index 53023d45..1a0cf823 100644
--- a/after/syntax/vim.vim
+++ b/after/syntax/vim.vim
@@ -1,6 +1,10 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1
+
" Language: Colorful CSS Color Preview
" Author: Aristotle Pagaltzis <pagaltzis@gmx.de>
if !( has('gui_running') || &t_Co==256 ) | finish | endif
call css_color#init('hex', 'none', 'vimHiGuiRgb,vimComment,vimLineComment')
+
+endif