From 6895eeace97fc8f6a6fca84a6fea1b5b94e6f76d Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 27 Aug 2023 15:59:23 +0200 Subject: [PATCH] Small message change Signed-off-by: Taken --- lua/taken/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/taken/plugins/lualine.lua b/lua/taken/plugins/lualine.lua index 1e1d07f..2ba09cc 100644 --- a/lua/taken/plugins/lualine.lua +++ b/lua/taken/plugins/lualine.lua @@ -177,7 +177,7 @@ ins_right({ -- Add components to right sections ins_right({ function() - return "" + return " Updates" end, cond = require("lazy.status").has_updates, color = { fg = colors.violet },