mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +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'}
|
Plug 'https://github.com/alfredodeza/pytest.vim', {'for': 'python'}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Colorize hex codes and/or color strings
|
||||||
|
Plug 'https://github.com/chrisbra/Colorizer'
|
||||||
|
|
||||||
" No RGB, no party
|
" No RGB, no party
|
||||||
let vim_razer = expand('~/projects_razer/vim-razer')
|
let vim_razer = expand('~/projects_razer/vim-razer')
|
||||||
if isdirectory(vim_razer)
|
if isdirectory(vim_razer)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user