diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-16 09:01:44 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-16 09:01:44 +0900 |
| commit | ee4a4a0094df8286cdce176bcce70af85626266c (patch) | |
| tree | 824f2eb3f4cb3b06b59dc9787c0770afdb5ee7f4 | |
| parent | ff3f4e6291ac5cb5a7bee513b4baa630c1e75ef0 (diff) | |
modified plugins/lualine.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua index 49b430a..9c4f0d9 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/lualine.lua @@ -51,15 +51,6 @@ return { }, }, lualine_b = { - { - function() - local ok, neocomposer = pcall(require, "NeoComposer.ui") - if ok and neocomposer and neocomposer.status_recording then - return neocomposer.status_recording() - end - return "" - end, - }, "branch", { "diff", @@ -104,6 +95,15 @@ return { update_in_insert = true, -- Update diagnostics in insert mode. always_visible = false, -- Show diagnostics even if there are none. }, + { + function() + local ok, neocomposer = pcall(require, "NeoComposer.ui") + if ok and neocomposer and neocomposer.status_recording then + return neocomposer.status_recording() + end + return "" + end, + }, }, lualine_c = { { |
