This commit is contained in:
Xiaomony 2026-07-13 13:16:04 +08:00 committed by GitHub
commit f85de328d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,4 +81,12 @@ return {
require("overseer").enable_dap() require("overseer").enable_dap()
end, end,
}, },
{
"nvim-lualine/lualine.nvim",
opts = {
sections = {
lualine_x = { "overseer" },
},
},
},
} }