refactor(nvim): use undercurl for commit msg warning len
This commit is contained in:
parent
1a47f36147
commit
39be549ec1
@ -222,6 +222,17 @@ return {
|
|||||||
{ "NotificationWarning", { link = "NvimNotifyWarn" } },
|
{ "NotificationWarning", { link = "NvimNotifyWarn" } },
|
||||||
{ "NotificationError", { link = "NvimNotifyError" } },
|
{ "NotificationError", { link = "NvimNotifyError" } },
|
||||||
|
|
||||||
|
{
|
||||||
|
"@comment.warning.gitcommit",
|
||||||
|
{
|
||||||
|
undercurl = true,
|
||||||
|
sp = function()
|
||||||
|
return get_hl("@comment.warning")().bg
|
||||||
|
end,
|
||||||
|
nocombine = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
-- LSP hls
|
-- LSP hls
|
||||||
{ "@lsp.typemod.variable.global", { fg = colors.lightBlue } },
|
{ "@lsp.typemod.variable.global", { fg = colors.lightBlue } },
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user