vim: plugs: add colorizer for hex color codes

fix-ci
bretello 2023-09-14 23:58:35 +02:00
parent fa69ebe8f9
commit cf6dad897d
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ if executable('pytest')
Plug 'https://github.com/alfredodeza/pytest.vim', {'for': 'python'}
endif
" Colorize hex codes and/or color strings
Plug 'https://github.com/chrisbra/Colorizer'
" No RGB, no party
let vim_razer = expand('~/projects_razer/vim-razer')
if isdirectory(vim_razer)