From 179bcb179022f0b5425f8a49b01d65c2eea95b93 Mon Sep 17 00:00:00 2001 From: akioweh <0@akioweh.com> Date: Tue, 29 Jul 2025 21:50:36 +0400 Subject: [PATCH] overseer add lualine integration --- lua/lazyvim/plugins/extras/editor/overseer.lua | 9 +++++++++ 1 file changed, 9 insertions(+) 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" }, + }, + }, + }, }