change lualine to show diagnostic counts for the entire workspace
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user