feat: change annotation highlighting

main
mandlm 2022-02-02 19:26:06 +01:00
parent 669520f697
commit db439caed7
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

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',