autoload/lsp/lsp.vim | 2 +- diff --git a/autoload/lsp/lsp.vim b/autoload/lsp/lsp.vim index 324889afe54459b2b4698db879defbfa9e364361..b2e90ea5f13b2a384c6ee317b7e8170c4a74b21a 100644 --- a/autoload/lsp/lsp.vim +++ b/autoload/lsp/lsp.vim @@ -41,7 +41,7 @@ linehl: 'MatchParen'}, {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})