wyattjsmith1/weather.nvim

Lots of errors when disconnected from internet.

Closed this issue · 1 comments

Whenever a weather lookup happens, there are two requests:

  1. Get lat/lng from ip
  2. Get weather

Error handling happens on weather, but not location. Instead, we print an error to the terminal. Instead, we should be returning an error state.

Closed in #9