Hi,
Currently the prop_add_list() function doesn't support adding multiple virtual
text properties. This functionality is useful when applying the inlay
hints reply
received from a LSP server.
Should we extend the prop_add_list() function to support the "text" value in the
second argument? The second argument (list of items) needs to support the
following:
[{lnum}, {col}, {end-lnum}, {end-col}, "text"]
Should we make the "text_align", "text_padding_left" and "text_wrap" properties
common to all the text properties or support a dict for the list element:
[{lnum}, {col}, {end-lnum}, {end-col}, {'text': value, 'text_align': value,
'text_padding_left':
value, 'text'wrap': value}]
Regards,
Yegappan
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/CAAW7x7mpARGoiaKF9LZARYT8jyi_%2BndCpQ9vaYWQmGYUDPv1ew%40mail.gmail.com.