diff --git a/lua/lazyvim/plugins/extras/editor/overseer.lua b/lua/lazyvim/plugins/extras/editor/overseer.lua index 0712b973..23b0ab5f 100644 --- a/lua/lazyvim/plugins/extras/editor/overseer.lua +++ b/lua/lazyvim/plugins/extras/editor/overseer.lua @@ -102,10 +102,9 @@ return { { "nvim-lualine/lualine.nvim", optional = true, - opts = { - sections = { - lualine_x = { "overseer" }, - }, - }, + opts = function(_, opts) + opts.extensions = opts.extensions or {} + opts.extensions[#opts.extensions + 1] = "overseer" + end, }, }