axieax / urlview.nvim

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

URLs for packer.nvim config #2

Closed axieax closed 2 years ago

axieax commented 2 years ago

Ability to detect patterns for author/repo in use functions, which can be displayed and upon selection, navigates to the corresponding GitHub page.

Tasks:

Notes:

dhruvmanila commented 2 years ago

You can directly use the packer_plugins global table which contains information regarding every plugin defined along with it's url and installed path. That's what I use for my custom extension.

axieax commented 2 years ago

Oh wow I totally forgot about packer_plugins, thanks for pointing me to that! Makes it way easier to scrape URLs now :))