APZelos / blamer.nvim

A git blame plugin for neovim inspired by VS Code's GitLens plugin
MIT License
733 stars 35 forks source link

overflow messages were ommited LOL #61

Open Tipwheal opened 1 year ago

Tipwheal commented 1 year ago

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?