From 3ee95cd2fc26f3e9c5eeeff203e1493845af7041 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 2 Jul 2026 07:54:22 +0000 Subject: [PATCH] added correct symbols for lualine --- lua/plugins/lualine.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index fe1dcaa..b111a1a 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -23,6 +23,12 @@ return { 'diff', { 'diagnostics', + symbols = { + error = ' ', + warn = ' ', + info = ' ', + hint = ' ', + }, sources = { 'nvim_diagnostic' }, }, },