change lualine to show diagnostic counts for the entire workspace

This commit is contained in:
2024-11-19 12:27:49 -05:00
parent 0dbf952a9a
commit 58c2b5b6fc
+1 -1
View File
@@ -49,7 +49,7 @@ return {
lualine_x = { lualine_x = {
{ {
"diagnostics", "diagnostics",
sources = { "nvim_lsp", "nvim_workspace_diagnostic", "nvim_diagnostic" }, sources = { "nvim_workspace_diagnostic" },
sections = { "error", "warn", "info", "hint" }, sections = { "error", "warn", "info", "hint" },
--symbols = { error = " ", warn = " ", info = " ", hint = "󰠠 " }, --symbols = { error = " ", warn = " ", info = " ", hint = "󰠠 " },
colored = true, colored = true,