diff --git a/lua/lazyvim/plugins/extras/editor/overseer.lua b/lua/lazyvim/plugins/extras/editor/overseer.lua index c29a13a4..f650149f 100644 --- a/lua/lazyvim/plugins/extras/editor/overseer.lua +++ b/lua/lazyvim/plugins/extras/editor/overseer.lua @@ -81,4 +81,12 @@ return { require("overseer").enable_dap() end, }, + { + "nvim-lualine/lualine.nvim", + opts = { + sections = { + lualine_x = { "overseer" }, + }, + }, + }, }