mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
overseer add lualine integration
This commit is contained in:
parent
5a76d3847b
commit
179bcb1790
1 changed files with 9 additions and 0 deletions
|
|
@ -99,4 +99,13 @@ return {
|
||||||
require("overseer").enable_dap()
|
require("overseer").enable_dap()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"nvim-lualine/lualine.nvim",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
sections = {
|
||||||
|
lualine_x = { "overseer" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue