change back to jessebot/vim-css-color till latest PR is merged for lua colors

This commit is contained in:
JesseBot 2022-12-18 18:00:43 +01:00
parent 062138e116
commit d456b95065
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

2
.vimrc
View file

@ -526,7 +526,7 @@ if !has('nvim')
" Plug 'MicahElliott/vim-cterm-highlight', { 'for': 'vim' }
" CSS color, multi-syntax context-sensitive color name highlighter, for HEX
Plug 'ap/vim-css-color', { 'for': ['vim', 'html', 'css', 'scss'] }
Plug 'jessebot/vim-css-color', { 'for': ['vim', 'html', 'css', 'scss'] }
" make jinja templates prettier