Remove nvim_diagnostic from lualine diagnostic sources as it was double

counting the number of diagnostics with nvim_lsp
This commit is contained in:
Martin Larsson 2025-02-21 00:32:51 +00:00
parent 269d540212
commit a8d998a545

View file

@ -35,7 +35,7 @@ return {
"branch", "branch",
{ {
"diagnostics", "diagnostics",
sources = { "nvim_lsp", "nvim_diagnostic", }, sources = { "nvim_lsp" },
sections = { "error", "warn", "info", "hint" }, sections = { "error", "warn", "info", "hint" },
update_in_insert = false, update_in_insert = false,
}, },