From 58c2b5b6fcf99d088ef2e3b0f713f08d291b15cb Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Tue, 19 Nov 2024 12:27:49 -0500 Subject: [PATCH] change lualine to show diagnostic counts for the entire workspace --- .config/nvim/lua/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua index cb2fb02..7665441 100644 --- a/.config/nvim/lua/plugins/lualine.lua +++ b/.config/nvim/lua/plugins/lualine.lua @@ -49,7 +49,7 @@ return { lualine_x = { { "diagnostics", - sources = { "nvim_lsp", "nvim_workspace_diagnostic", "nvim_diagnostic" }, + sources = { "nvim_workspace_diagnostic" }, sections = { "error", "warn", "info", "hint" }, --symbols = { error = " ", warn = " ", info = " ", hint = "󰠠 " }, colored = true,