when using blamer.nvim I found an issue that I cannot see full text of commit messages because codes length were always too long in a line, and there's not enough space for virtual text
cound it be shown in next line when text overflow happens, by adding a new prop virt_text_pos and set to eol in the opts param of nvim_buf_set_extmark call?
when using blamer.nvim I found an issue that I cannot see full text of commit messages because codes length were always too long in a line, and there's not enough space for virtual text
cound it be shown in next line when text overflow happens, by adding a new prop
virt_text_pos
and set toeol
in theopts
param ofnvim_buf_set_extmark
call?