fix(nvim): make heirline lsp info show correctly

This commit is contained in:
Price Hiller 2024-06-13 23:24:49 -05:00
parent 01d4014922
commit b10e1aebf5
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -582,9 +582,8 @@ return {
return { fg = colors.oniViolet, bg = bg }
end,
},
},
{
condition = utils.lsp_attached,
condition = conditions.lsp_attached,
{
provider = function()
local names = {}
@ -609,6 +608,7 @@ return {
},
},
},
},
{
condition = conditions.has_diagnostics,
static = {