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:
parent
fa69ebe8f9
commit
cf6dad897d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user