From c9aeef4ae2f7f4e4a8da93ad26f0d39a6043b199 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 14 Apr 2022 22:49:58 +0200 Subject: Update of i3 config, mpv.conf and vimrc --- dot_vimrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dot_vimrc') diff --git a/dot_vimrc b/dot_vimrc index 9c94711..a3bd846 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -35,6 +35,9 @@ Plug 'ctrlpvim/ctrlp.vim' " Bottom line Plug 'itchyny/lightline.vim' +" color highlighter - needs golang +Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } + call plug#end() "Ctrlp Settings {{{ @@ -135,3 +138,9 @@ set errorformat=%A%f:%l:\ %m,%-Z%p^,%-C.%# autocmd FileType java setlocal omnifunc=javacomplete#Complete autocmd FileType java JCEnable " }}} + +" color highliter settings [ +set termguicolors +let g:Hexokinase_highlighters = ['virtual'] +let g:Hexokinase_optInPatterns = 'full_hex,rgb,rgba,hsl,hsla' +" ] -- cgit v1.2.3