-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
too many steps to submit a plugin #429
Comments
Hi thanks for the kind words!
People are welcome to submit GH issues to add new plugins, but my response time to actually adding them will be low on my priority list. I also don't have a ton of bandwidth to work on new features in this project atm. However, since we scrape
The reason why we include "plugin" as a tag is because some of these listings are not strictly plugins. It's weird and awkward, I agree. I'd honestly just as soon remove the tag entirely.
Yes. We primarily scrape https://github.com/rockerBOO/awesome-neovim for plugins and use the github API to search for popular neovim plugins. |
Ok, 708b59b is helpful, thanks. |
Nice. I listed some searches in neovim/neovim#24221 (comment) , that is more sustainable than manual curation. There's also https://github.com/codicocodes/dotfyle |
https://neovimcraft.com/ is a nice resource! It's fast, simple, and attractive. But there's really too much friction to submit a new plugin:
Suggestion 1
Suggestion 2
tags: foo bar baz
text in the issueplugin
plugin
issues, gets the URL from the issue text, and updates the jsonFuture: crawl github repos?
Does neovimcraft already have a CI job setup to crawl github in any way?
In neovim/packspec#41 I'm exploring the idea of a very simple plugin "package" format. If it sees uptake, it will be possible to automatically discover plugins by:
pkg.json
files across all repos (is this costly?)pkg.json
file which hasengines: [ "nvim", ... ]
is a Neovim plugin.The text was updated successfully, but these errors were encountered: