From e725e4deeeb85bab698dcb2c31d843ef2ee86cb0 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 7 Apr 2023 14:03:39 +0200 Subject: [PATCH] fixed diagnostics numbers in lualine --- lua/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index a5dbcbd..927eb08 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -29,7 +29,7 @@ return { 'diff', { 'diagnostics', - sources = { 'nvim_diagnostic', 'nvim_lsp' } + sources = { 'nvim_diagnostic' } } }, lualine_c = {