]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
revert hl of 'LspTextRef' back to 'Search' (yellow)
authorshane.xb.qian <shane.qian@foxmail.com>
Wed, 21 Dec 2022 14:01:48 +0000 (22:01 +0800)
committershane.xb.qian <shane.qian@foxmail.com>
Wed, 21 Dec 2022 14:01:48 +0000 (22:01 +0800)
autoload/lsp/lsp.vim

index 324889afe54459b2b4698db879defbfa9e364361..b2e90ea5f13b2a384c6ee317b7e8170c4a74b21a 100644 (file)
@@ -41,7 +41,7 @@ def LspInitOnce()
                {name: 'LspDiagHint', text: 'H>', texthl: 'Question',
                                                linehl: 'MatchParen'}])
 
-  prop_type_add('LspTextRef', {highlight: 'ErrorMsg', override: true})
+  prop_type_add('LspTextRef', {highlight: 'Search', override: true})
   prop_type_add('LspReadRef', {highlight: 'DiffChange', override: true})
   prop_type_add('LspWriteRef', {highlight: 'DiffDelete', override: true})