Compare commits

...

2 Commits

Author SHA1 Message Date
Artyom Andreev
ad01d936b3 Merge 275ca1f8f2 into 57b7774769 2023-09-01 16:06:02 -07:00
Artyom Andreev
275ca1f8f2 add highlighting for 'lspInlayHintsType', 'lspInlayHintsParameter' of vim-lsp 2022-12-30 11:30:53 +03:00

View File

@@ -622,6 +622,8 @@ call s:h("LspErrorText", { "fg": s:red })
call s:h("LspWarningText", { "fg": s:yellow })
call s:h("LspInformationText", { "fg":s:blue })
call s:h("LspHintText", { "fg":s:cyan })
call s:h("lspInlayHintsType", { "fg":s:cyan })
call s:h("lspInlayHintsParameter", { "fg":s:cyan })
call s:h("LspErrorHighlight", { "fg": s:red, "gui": "underline", "cterm": "underline" })
call s:h("LspWarningHighlight", { "fg": s:yellow, "gui": "underline", "cterm": "underline" })
call s:h("LspInformationHighlight", { "fg":s:blue, "gui": "underline", "cterm": "underline" })