axieax / urlview.nvim

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

Support search for a filename #23

Closed axieax closed 2 years ago

axieax commented 2 years ago

User is able to provide filepath in opts as an alternative to bufnr for searching files which aren't open in a buffer, which will prioritise filepath over bufnr if provided.