Lua API #329
Answered
by
brianhuster
AllergicMushroom
asked this question in
Q&A
Lua API
#329
-
|
Is it possible to call livepreview via lua API? Currently, I have |
Beta Was this translation helpful? Give feedback.
Answered by
brianhuster
Jan 12, 2026
Replies: 1 comment 1 reply
-
|
There is no official way, because I don't consider those API to be stable, sorry. But if you just want Lua callback, you can use function() vim.cmd.LivePreview("start") end |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AllergicMushroom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no official way, because I don't consider those API to be stable, sorry. But if you just want Lua callback, you can use