-
Notifications
You must be signed in to change notification settings - Fork 61
help: Post-render callback #248
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
Labels
question
Further information is requested
Comments
Can you provide a screenshot of how it looks now, preferably one with some obvious problems. Along with the configuration for both this plugin and nabla. |
MeanderingProgrammer
added a commit
that referenced
this issue
Dec 7, 2024
## Details Request: #248 Adds `on.render` callback which is executed after this plugin finishes rendering a buffer. This happens after every render cycle, users should be aware that it will likely be called many times for a given buffer and use it with that in mind.
Gotcha, makes sense. Added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Neovim version (nvim -v)
0.10.2
Neovim distribution
N/A
Description
Hi there,
I was looking to render the latex formulas with
nabla.nvim
. I got it working thanks to the instructions on this repo and some modification to the nabla.nvim plugin. However, the latex must be rendered after rendering the markdown to account for the icon width, indentation, etc. Is there any way to achieve a post-render callback to achieve this?I tried the usual
on.attach
callback, but it does not work as the callback happens much earlier.Thanks in advance!
The text was updated successfully, but these errors were encountered: