rest.nvim
rest.nvim copied to clipboard
telescope extension not working
hi i am new of using this plugin. i was install this plugin as default step by step. but when i implement rest.nvim on telescope as extension. it dont work. can you give a guide to fix it?
Hey @Phantasimay would you mind sharing your config with the plugin?
I get this error from the require("telescope").load_extension("rest") line in my telescope plugin file:
This was because rest.nvim isn’t initialized until you open the .http file.
Closing this due to v3 release. Should be fixed now. Feel free to reopen this if it still happens.