1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 11:01:31 +01:00

vim: plugs: add colorizer for hex color codes

This commit is contained in:
bretello 2023-09-14 23:58:35 +02:00
parent fa69ebe8f9
commit cf6dad897d
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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)