not sure why but use config for http_rest`
This commit is contained in:
parent
7b822c62bf
commit
9caa78b34f
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,9 @@ return {
|
|||
opts = {
|
||||
encode_url = false,
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("rest-nvim").setup(opts)
|
||||
end,
|
||||
keys = {
|
||||
{
|
||||
"<leader>r",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue