feat: change annotation highlighting

This commit is contained in:
Michael Mandl 2022-02-02 19:26:06 +01:00
parent 669520f697
commit db439caed7
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -151,7 +151,7 @@ let g:indent_blankline_char = '┊'
" coc
set updatetime=300
highlight CocHintSign ctermfg=10
highlight CocHintSign ctermfg=10 ctermbg=0
let g:coc_global_extensions = [
\ 'coc-clangd',