mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix overseer lualine integration
the previous snippet was wrong. lualine as an extension option
This commit is contained in:
parent
179bcb1790
commit
d83bcf22b9
1 changed files with 4 additions and 5 deletions
|
|
@ -102,10 +102,9 @@ return {
|
|||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
sections = {
|
||||
lualine_x = { "overseer" },
|
||||
},
|
||||
},
|
||||
opts = function(_, opts)
|
||||
opts.extensions = opts.extensions or {}
|
||||
opts.extensions[#opts.extensions + 1] = "overseer"
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue