feat(nvim): set hl for non-cursorline mark
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s

This commit is contained in:
Price Hiller 2024-06-12 05:06:03 -05:00
parent 2bb73dade5
commit 47027b87ae
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -48,7 +48,7 @@ return {
if args.relnum == 0 then
return "%#Character#" .. mark .. "%*"
else
return mark
return "%#Question#" .. mark .. "%*"
end
end,
},