mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +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 = {
|
diagnostics = {
|
||||||
underline = true,
|
underline = true,
|
||||||
update_in_insert = false,
|
update_in_insert = false,
|
||||||
virtual_text = { spacing = 4, prefix = "●" },
|
virtual_text = {
|
||||||
|
spacing = 4,
|
||||||
|
source = "if_many",
|
||||||
|
prefix = "●",
|
||||||
|
},
|
||||||
severity_sort = true,
|
severity_sort = true,
|
||||||
},
|
},
|
||||||
-- Automatically format on save
|
-- Automatically format on save
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue