rest-nvim / rest.nvim

A fast Neovim http client written in Lua
GNU General Public License v3.0
1.61k stars 142 forks source link

Editor command #341

Closed wanghui5801 closed 2 months ago

wanghui5801 commented 7 months ago

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",
  },
},
boltlessengineer commented 2 months ago

<Plug>RestNvim is deprecated. use <cmd>Rest run<cr> instead.