rest.nvim icon indicating copy to clipboard operation
rest.nvim copied to clipboard

Editor command

Open wanghui5801 opened this issue 11 months ago • 0 comments

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",
  },
},

wanghui5801 avatar Mar 27 '24 06:03 wanghui5801