-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat(menu): allow showing virtual text below entries #92
Conversation
2d5ac8e
to
be05a7c
Compare
@willothy Thanks but the videos seems to be a demo of overseer.nvim instead of this plugin? Sorry I don't get the point of this PR, could you explain it further? |
The demo is of the custom The virtual text in the demo is the explanations of each command - you can see it is highlighted as By default this PR does nothing to change the winbar or dropdown menus, but it provides the virt text as an extension to the current API so that it can be used when creating other kinds of menus. |
be05a7c
to
98af046
Compare
Could we use Pascal case for the virtualtext namespace? |
d0f7d30
to
02f7a5e
Compare
Updated branch and changed the namespace id :) |
Awesome! Is the ui-select menu something you'd want to integrate into the plugin, or should I just keep that for my own config? |
@willothy It would be greate if you can help integrating ui-select into this plugin :D |
Sounds good! My current implementation works but contains a few hacky things for my config, I'll clean it up and open a PR :) |
This PR adds the ability to show
virt_text
below each menu entry:2023-09-25.06-10-53.mp4