rest-nvim / rest.nvim

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

docs(README.md): fix the config to match what the code expects #360

Closed daneorie closed 5 months ago

daneorie commented 5 months ago

The keybinds field used for navigating the tabs for the results was under results.behavior.keybinds instead of results.keybinds. I checked the code here to figure out the correct setup, as results.behavior.keybinds was producing the following error:

[rest.nvim] WARN: Unrecognized configs found in setup: { "result.behavior.keybinds" }
NTBBloodbath commented 5 months ago

Woops, nice finding. Thanks for fixing it! :)