fix(nvim): make heirline lsp info show correctly
This commit is contained in:
parent
01d4014922
commit
b10e1aebf5
@ -582,9 +582,8 @@ return {
|
|||||||
return { fg = colors.oniViolet, bg = bg }
|
return { fg = colors.oniViolet, bg = bg }
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
condition = utils.lsp_attached,
|
condition = conditions.lsp_attached,
|
||||||
{
|
{
|
||||||
provider = function()
|
provider = function()
|
||||||
local names = {}
|
local names = {}
|
||||||
@ -609,6 +608,7 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
condition = conditions.has_diagnostics,
|
condition = conditions.has_diagnostics,
|
||||||
static = {
|
static = {
|
||||||
|
Loading…
Reference in New Issue
Block a user