[nvim] single source for lualine diagnostics to avoid double counting

This commit is contained in:
eleith 2023-08-16 14:03:27 +00:00
parent f623a14ab0
commit ef323b4c7f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ return {
"progress",
{
"diagnostics",
sources = { "nvim_lsp", "nvim_diagnostic" },
sources = { "nvim_diagnostic" },
},
},
lualine_z = { "location" },