Closed kevintraver closed 8 months ago
Hi, sorry for the delay, I was sleeping.
I would recommend you take a look at :h rest-nvim.functions
. That's the Lua module those functions have been moved to.
This is working now:
require("rest-nvim.functions").exec("cursor")
Thanks!
In version 1, I was able to set up a lua keymap like this:
Obviously a lot has changed in v2.
How do I set up a keymap with lua in v2?