not sure why but use config for http_rest`

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-02-26 23:07:23 -06:00
parent 7b822c62bf
commit 9caa78b34f
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,9 @@ return {
opts = {
encode_url = false,
},
config = function(_, opts)
require("rest-nvim").setup(opts)
end,
keys = {
{
"<leader>r",