dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit a61660d9568e880d7b337276807625f6db3de601
parent c6539b0278de2db7a5fc44a17d88839226f4027e
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 13 Jun 2019 20:32:58 +0200

vim: colorizer plugin to display hex values as color

Former-commit-id: a1615f438c950616a7107dda1cd8bc09e392c519
Diffstat:
Mvim/plugins.vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc @@ -180,4 +180,6 @@ let g:fzf_action = { \ 'ctrl-i': 'split', \ 'ctrl-v': 'vsplit' } +Plug 'chrisbra/colorizer' + call plug#end()