From cf6dad897d1770aeb0fa88c6158ca32fe206f15e Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 14 Sep 2023 23:58:35 +0200 Subject: [PATCH] vim: plugs: add colorizer for hex color codes --- vim/plugs.vim | 3 +++ 1 file changed, 3 insertions(+) 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)