axieax / urlview.nvim

🔎 Neovim plugin for viewing all the URLs in a buffer
MIT License
232 stars 5 forks source link

Move `default_prefix` use to `navigate_method` function #22

Closed axieax closed 2 years ago

axieax commented 2 years ago

This config option is currently only used within the default Buffer search for www-only patterns.

Intentions:

This will also involve changes to some tests (removing the added default_prefix behaviour from #17)

axieax commented 2 years ago

Resolved as part of utils.prepare_links in #29