mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Support LSP diagnostic tags (#9780)
This commit is contained in:
parent
1d6db30acf
commit
5ca6a448e9
4 changed files with 24 additions and 1 deletions
|
@ -80,6 +80,8 @@ label = "honey"
|
|||
"diagnostic.info" = { underline = { color = "delta", style = "curl" } }
|
||||
"diagnostic.warning" = { underline = { color = "lightning", style = "curl" } }
|
||||
"diagnostic.error" = { underline = { color = "apricot", style = "curl" } }
|
||||
"diagnostic.unnecessary" = { modifiers = ["dim"] }
|
||||
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
|
||||
|
||||
warning = "lightning"
|
||||
error = "apricot"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue