mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(diagnostics): show diagnostics source when more than one source is reporting diagnostics
This commit is contained in:
parent
77efbe8bcf
commit
06c38c52a9
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,11 @@ return {
|
|||
diagnostics = {
|
||||
underline = true,
|
||||
update_in_insert = false,
|
||||
virtual_text = { spacing = 4, prefix = "●" },
|
||||
virtual_text = {
|
||||
spacing = 4,
|
||||
source = "if_many",
|
||||
prefix = "●",
|
||||
},
|
||||
severity_sort = true,
|
||||
},
|
||||
-- Automatically format on save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue