diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2022-04-14 22:49:58 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2022-04-14 22:49:58 +0200 |
commit | c9aeef4ae2f7f4e4a8da93ad26f0d39a6043b199 (patch) | |
tree | ea9f7e28d3b90df82bfcfd8799e33cf0dcf7f173 /dot_vimrc | |
parent | 35361e56839119180e319bd1c6b94ddcc9d3fab1 (diff) |
Update of i3 config, mpv.conf and vimrc
Diffstat (limited to 'dot_vimrc')
-rw-r--r-- | dot_vimrc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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' +" ] |