AutoYADM commit: 2024-11-28 15:15:04

This commit is contained in:
Daniel Fichtinger 2024-11-28 15:15:04 -05:00
parent f2dec3fdc3
commit d6231c0bac

View file

@ -46,6 +46,11 @@ local sections = {
return modes[str] or str return modes[str] or str
end, end,
}, },
{
require("noice").api.status.mode.get,
cond = require("noice").api.status.mode.has,
-- color = { fg = "#ff9e64" },
},
}, },
lualine_b = { "branch", "diff" }, lualine_b = { "branch", "diff" },
lualine_c = { { "filename", path = 1 } }, lualine_c = { { "filename", path = 1 } },