From: Oleksiy Hryshchenko Date: Sun, 2 Apr 2023 18:16:59 +0000 (+0300) Subject: fix hi X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a2c6afd1283991f8fd336112eb7d4df1b06ab9b1;p=vim-lsp.git fix hi --- diff --git a/doc/lsp.txt b/doc/lsp.txt index 384f3c9..b45ed01 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -1005,8 +1005,8 @@ can use the following: or > - hi! link LspDiagLine NONE - hi! link LspDiagVirtualText WarningMsg + highlight link LspDiagLine NONE + highlight link LspDiagVirtualText WarningMsg < ============================================================================== 13. Debugging *lsp-debug*