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.vim10
1 files changed, 0 insertions, 10 deletions
diff --git a/after/syntax/vim.vim b/after/syntax/vim.vim
deleted file mode 100644
index 1a0cf823..00000000
--- a/after/syntax/vim.vim
+++ /dev/null
@@ -1,10 +0,0 @@
-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