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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Before: After:
this issue is discussed at neovim/neovim#23108
and the core dev solved this via adding virt_text_repeat_linebreak flag into api.nvim_buf_set_extmark neovim/neovim#26625
Describe the solution you'd like
A clear and concise description of what you want to happen.
just set virt_text_repeat_linebreak = true when calling api.nvim_buf_set_extmark
ex.
lua/hlchunk/mods/chunk/init.lua
line 159
row_opts.virt_text_repeat_linebreak = true
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Note that virt_text_repeat_linebreak will break the rendering on the first and last line if they are softwrapped. We need some special treatment for them.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Before:
After:
this issue is discussed at
neovim/neovim#23108
and the core dev solved this via adding virt_text_repeat_linebreak flag into api.nvim_buf_set_extmark
neovim/neovim#26625
Describe the solution you'd like
A clear and concise description of what you want to happen.
just set virt_text_repeat_linebreak = true when calling api.nvim_buf_set_extmark
ex.
lua/hlchunk/mods/chunk/init.lua
line 159
row_opts.virt_text_repeat_linebreak = true
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: