diff options
Diffstat (limited to 'ar')
| -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 = { { |
