rest.nvim
rest.nvim copied to clipboard
Freeze NVIM if host is not exists
I tried to make a requests in my local network and it freeze whole NVIM.
Something like
GET http://192.168.0.50:3000/
Content-Type: application/json
I understand that it wait for response but could you please make it async, so it will not block the whole process that I could not move the cursor