mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 20:41:08 +00:00
Merge a2d869987d into 459a4c3b10
This commit is contained in:
commit
f85de328d5
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