diff --git a/lua/lazyvim/plugins/extras/editor/overseer.lua b/lua/lazyvim/plugins/extras/editor/overseer.lua index 373c0029..0712b973 100644 --- a/lua/lazyvim/plugins/extras/editor/overseer.lua +++ b/lua/lazyvim/plugins/extras/editor/overseer.lua @@ -99,4 +99,13 @@ return { require("overseer").enable_dap() end, }, + { + "nvim-lualine/lualine.nvim", + optional = true, + opts = { + sections = { + lualine_x = { "overseer" }, + }, + }, + }, }