Skip to content

Commit

Permalink
Merge pull request #1 from jonasmalacofilho/vim-lsp-undercurls-for-ma…
Browse files Browse the repository at this point in the history
…tejkastak

vim-lsp: Add undercurl decorations to diagnostics
  • Loading branch information
MatejKastak committed Jun 24, 2021
2 parents 64bc777 + 0c45576 commit cabe839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,10 @@ hi! link LspWarningText GruvboxYellowSign
hi! link LspInformationText GruvboxBlueSign
hi! link LspHintText GruvboxBlueSign

call s:HL('LspErrorHighlight', s:none, s:none, s:undercurl, s:red)
call s:HL('LspWarningHighlight', s:none, s:none, s:undercurl, s:orange)
call s:HL('LspInfoHighlight', s:none, s:none, s:undercurl, s:yellow)
call s:HL('LspHintHighlight', s:none, s:none, s:undercurl, s:blue)
call s:HL('lspReference', s:none, s:none, s:inverse . s:italic, s:none)

" }}}
Expand Down

0 comments on commit cabe839

Please sign in to comment.