From 63956db482b42e2d062412182e17f4b54f6cb27b Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:09:59 +0900 Subject: modified plugins/lualine.lua, modified utils/utils.lua, created plugins/macro.lua --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua index e9323b5..b371704 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua @@ -92,6 +92,20 @@ return { }, }, lualine_c = { + { + function() + local has_neocomposer, noice = pcall(require, "NeoComposer") + if has_neocomposer then + return require("NeoComposer.ui").status_recording + else + return "" + end + end, + cond = function() + local has_neocomposer, noice = pcall(require, "NeoComposer") + return has_neocomposer + end, + }, { "filename", file_status = true, -- Displays file status (readonly status, modified status) -- cgit v1.2.3