@@ -205,6 +205,30 @@ plug({
205
205
bold = false ,
206
206
}
207
207
208
+ hls .CocErrorSign = { link = ' DiagnosticError' }
209
+ hls .CocWarningSign = { link = ' DiagnosticWarn' }
210
+ hls .CocInfoSign = { link = ' DiagnosticInfo' }
211
+ hls .CocHintSign = { link = ' DiagnosticHint' }
212
+ hls .CocErrorFloat = { link = ' DiagnosticError' }
213
+ hls .CocWarningFloat = { link = ' DiagnosticWarn' }
214
+ hls .CocFloating = { link = ' NormalFloat' }
215
+ hls .CocInfoFloat = { link = ' DiagnosticInfo' }
216
+ hls .CocHintFloat = { link = ' DiagnosticHint' }
217
+ hls .CocDiagnosticsError = { link = ' DiagnosticError' }
218
+ hls .CocDiagnosticsWarning = { link = ' DiagnosticWarn' }
219
+ hls .CocDiagnosticsInfo = { link = ' DiagnosticInfo' }
220
+ hls .CocDiagnosticsHint = { link = ' DiagnosticHint' }
221
+ hls .CocSelectedText = { fg = c .blue }
222
+ hls .CocMenuSel = { link = ' PmenuSel' }
223
+ hls .CocCodeLens = { fg = c .visual }
224
+ hls .CocInlayHint = { fg = c .visual }
225
+ hls .CocInlayHintType = { link = ' CocInlayHint' }
226
+ hls .CocInlayHintParameter = { link = ' CocInlayHint' }
227
+ hls .CocErrorHighlight = { undercurl = true , sp = c .red }
228
+ hls .CocWarningHighlight = { sp = c .yellow , undercurl = true }
229
+ hls .CocInfoHighlight = { sp = c .green , undercurl = true }
230
+ hls .CocHintHighlight = { sp = c .orange , undercurl = true }
231
+
208
232
return hls
209
233
end ,
210
234
},
0 commit comments