Skip to content

Commit

Permalink
Merge pull request #2 from lazymaniac/dev
Browse files Browse the repository at this point in the history
Use non nerdfont icons
  • Loading branch information
lazymaniac authored Jan 7, 2024
2 parents e4d7010 + fadb423 commit b7bb46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/wttr/sources/wttr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end

-- Gets weather forecast for next few days
result.get_forecast = function(type, location, units, lang, callback)
local effective_url = "v2d.wttr.in/" .. location .. "?T&F"
local effective_url = "v2.wttr.in/" .. location .. "?T&F"

if type == "classic" then
effective_url = "wttr.in/" .. location .. "?T&F"
Expand Down

0 comments on commit b7bb46c

Please sign in to comment.