refactor(nvim): use undercurl for commit msg warning len

This commit is contained in:
Price Hiller 2024-03-04 12:01:08 -06:00
parent 1a47f36147
commit 39be549ec1
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -222,6 +222,17 @@ return {
{ "NotificationWarning", { link = "NvimNotifyWarn" } },
{ "NotificationError", { link = "NvimNotifyError" } },
{
"@comment.warning.gitcommit",
{
undercurl = true,
sp = function()
return get_hl("@comment.warning")().bg
end,
nocombine = true,
},
},
-- LSP hls
{ "@lsp.typemod.variable.global", { fg = colors.lightBlue } },