From: Oleksiy Hryshchenko Date: Sun, 2 Apr 2023 09:59:36 +0000 (+0300) Subject: add more highlite replesment variants to doc X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=cdf138c0e31e0cbb728f5fadb25767f555629a5b;p=vim-lsp.git add more highlite replesment variants to doc --- diff --git a/doc/lsp.txt b/doc/lsp.txt index 1e1422f..384f3c9 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -1001,6 +1001,13 @@ can use the following: > highlight LspDiagVirtualText ctermfg=Cyan guifg=Blue < + +or + +> + hi! link LspDiagLine NONE + hi! link LspDiagVirtualText WarningMsg +< ============================================================================== 13. Debugging *lsp-debug*