mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
chore(overseer): add lualine integration for Overseer extras
This commit is contained in:
parent
459a4c3b10
commit
a2d869987d
1 changed files with 8 additions and 0 deletions
|
|
@ -81,4 +81,12 @@ return {
|
|||
require("overseer").enable_dap()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
opts = {
|
||||
sections = {
|
||||
lualine_x = { "overseer" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue