Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual lines display #119

Open
chentoast opened this issue Nov 29, 2021 · 1 comment
Open

Virtual lines display #119

chentoast opened this issue Nov 29, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@chentoast
Copy link

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

@michaelb
Copy link
Owner

Excellent idea!!

It shouldn't even be difficult to do :-)

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

@michaelb michaelb added the enhancement New feature or request label Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants