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

telescope extension not working #362

Closed Phantasimay closed 1 month ago

Phantasimay commented 5 months ago

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?

alejandroo-pc commented 4 months ago

Hey @Phantasimay would you mind sharing your config with the plugin?

erichydrick commented 3 months ago

I get this error from the require("telescope").load_extension("rest") line in my telescope plugin file:

Screenshot_2024-06-12_08-13-09 telescope

boltlessengineer commented 1 month ago

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.