Lua API #329
Unanswered
AllergicMushroom
asked this question in
Q&A
Lua API
#329
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to call livepreview via lua API?
Currently, I have
{ '<leader>lp', ':LivePreview start<CR>', desc = 'Live Preview', }, but I'd like to have{ '<leader>lp', function() require('livepreview').start() end, desc = 'Live Preview', }instead.Beta Was this translation helpful? Give feedback.
All reactions