How to give custom marks higher priority? #62
Unanswered
chrisgrieser
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Sorry, I really need to improve the docs on this. Level is for "text" index used under require("scrollbar").setup({
marks = {
Hint = {
priority = 0,
}
}
}) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created this simple custom mark that solely displays the current line. However, I am not sure what I have to do to make the "current line" mark override the other marks, e.g. from gitsign.
I tried
level = 6
andlevel = 0
(assuming those levels correspond to priority from the config), but with both of those, the gitsign marks take priority over my custom mark.Beta Was this translation helpful? Give feedback.
All reactions