`"overseer"` を差し込めばよい。 ```lua return { opts = function() return { sections = { -- どこでも好きなところで良い lualine_y = { { "overseer" } }, }, } end }