overseer add lualine integration

This commit is contained in:
akioweh 2025-07-29 21:50:36 +04:00
parent 5a76d3847b
commit 179bcb1790
No known key found for this signature in database

View file

@ -99,4 +99,13 @@ return {
require("overseer").enable_dap()
end,
},
{
"nvim-lualine/lualine.nvim",
optional = true,
opts = {
sections = {
lualine_x = { "overseer" },
},
},
},
}