From a2d869987de23312920506e515a5b0bb02714c59 Mon Sep 17 00:00:00 2001 From: Xiaomony Date: Mon, 13 Jul 2026 13:04:05 +0800 Subject: [PATCH] chore(overseer): add lualine integration for Overseer extras --- lua/lazyvim/plugins/extras/editor/overseer.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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" }, + }, + }, + }, }