mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-06 15:34:38 +02:00
fix(trouble_v3): set correct lualine section background color
This commit is contained in:
parent
0975eeb9ad
commit
a13457eea3
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ return {
|
||||||
title = false,
|
title = false,
|
||||||
filter = { range = true },
|
filter = { range = true },
|
||||||
format = "{kind_icon}{symbol.name:Normal}",
|
format = "{kind_icon}{symbol.name:Normal}",
|
||||||
|
hl_group = "lualine_c_normal",
|
||||||
})
|
})
|
||||||
table.insert(opts.sections.lualine_c, {
|
table.insert(opts.sections.lualine_c, {
|
||||||
symbols.get,
|
symbols.get,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue