feat(nvim): set hl for non-cursorline mark
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
This commit is contained in:
parent
2bb73dade5
commit
47027b87ae
@ -48,7 +48,7 @@ return {
|
||||
if args.relnum == 0 then
|
||||
return "%#Character#" .. mark .. "%*"
|
||||
else
|
||||
return mark
|
||||
return "%#Question#" .. mark .. "%*"
|
||||
end
|
||||
end,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user