diff --git a/vim/plugs.vim b/vim/plugs.vim index e5df5b6..3518d01 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -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)