How to modify displayed item text, eg quickfixtextfunc #622
stefangstark
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to modify the text of displayed items, similar to the built-in quickfix
quickfixtextfunc
. Is this possible?More specifically, I populate the quickfix with open markdown todos, where a todo is identified as
- [ ] #task
. I'd like to remove the- [ ] #task
from the displayed items.Beta Was this translation helpful? Give feedback.
All reactions