You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: