diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:27:31 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:27:31 +0200 |
commit | c154d82557a4a7642510ee9a4f0c1a8efb9af7e2 (patch) | |
tree | 97f55dd7ce3547584fbc94b234ae72c5306a58cd /after/syntax/json.vim | |
parent | cf1e53bc39c96b9f5586a68efa118a13c615da13 (diff) | |
download | vim-polyglot-c154d82557a4a7642510ee9a4f0c1a8efb9af7e2.tar.gz vim-polyglot-c154d82557a4a7642510ee9a4f0c1a8efb9af7e2.zip |
Remove css-color as it seems to make performance bad, closes #62
Diffstat (limited to 'after/syntax/json.vim')
-rw-r--r-- | after/syntax/json.vim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/after/syntax/json.vim b/after/syntax/json.vim deleted file mode 100644 index ef6f55e4..00000000 --- a/after/syntax/json.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('css', 'none', 'jsonString') - -endif |