aboutsummaryrefslogtreecommitdiff
path: root/dot_vimrc
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2022-04-14 22:49:58 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2022-04-14 22:49:58 +0200
commitc9aeef4ae2f7f4e4a8da93ad26f0d39a6043b199 (patch)
treeea9f7e28d3b90df82bfcfd8799e33cf0dcf7f173 /dot_vimrc
parent35361e56839119180e319bd1c6b94ddcc9d3fab1 (diff)
Update of i3 config, mpv.conf and vimrc
Diffstat (limited to 'dot_vimrc')
-rw-r--r--dot_vimrc9
1 files changed, 9 insertions, 0 deletions
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'
+" ]