From 7be3ba7df0ca4ddd37d2686c5ef847f95c30ac22 Mon Sep 17 00:00:00 2001 From: "shane.xb.qian" Date: Wed, 21 Dec 2022 22:01:48 +0800 Subject: [PATCH] revert hl of 'LspTextRef' back to 'Search' (yellow) --- autoload/lsp/lsp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/lsp/lsp.vim b/autoload/lsp/lsp.vim index 324889a..b2e90ea 100644 --- a/autoload/lsp/lsp.vim +++ b/autoload/lsp/lsp.vim @@ -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}) -- 2.48.1