nvim-lua / wishlist

A public catalogue of Lua plugins Neovim users would like to see exist
MIT License
235 stars 0 forks source link

Integration with Grep.app #47

Open henryoliver opened 1 year ago

henryoliver commented 1 year ago

What? A plugin that allows to quickly search a selected code with Grep.app

Why? Try yourself: https://grep.app/

Being able to search and compare your code across a half million git repos could give you new ideas or even a better implementation of what you're trying to accomplish.

phaberest commented 10 months ago

This sounds interesting, I had never heard about grep.app.

From a quick search I've found https://github.com/popovicn/grepgithub that might be helpful to sort out how to implement such a plugin