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.
With Neovim 0.6 release around the corner, it would be great to leverage the new extmark virtual line api to show snippet results in a separate line, underneath the code.
For me, this would have better visual clarity between code and output, and also result in less cases of truncated output.
Describe the solution you'd like
An extra display option, using the virt_lines key of vim.api.nvim_buf_set_extmark.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
However, both my personal and professional life have been taking most of my spare time away recently, and i've got another project... If it's not as simple as i thought, it may take a significant amount of time to release
Is your feature request related to a problem? Please describe.
With Neovim 0.6 release around the corner, it would be great to leverage the new extmark virtual line api to show snippet results in a separate line, underneath the code.
For me, this would have better visual clarity between code and output, and also result in less cases of truncated output.
Describe the solution you'd like
An extra display option, using the
virt_lines
key ofvim.api.nvim_buf_set_extmark
.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: