rest.nvim
rest.nvim copied to clipboard
Editor command
E5108: Error executing lua: vim/_editor. lua:0: nvim_exec2(): Vim:E492: Not an editor command: Rest run
with my configuration
...
keys = {
{
"\\r",
"<Plug>RestNvim",
desc = "Test the current file",
},
},