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 },