Remove css-color as it seems to make performance bad, closes #62

This commit is contained in:
Adam Stankiewicz
2015-07-18 23:27:31 +02:00
parent cf1e53bc39
commit c154d82557
14 changed files with 3 additions and 697 deletions

View File

@@ -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', 'extended', 'yamlComment,yamlFlowString,yamlPlainScalar')
endif