codicocodes / dotfyle

Find the best Neovim plugins
https://dotfyle.com
MIT License
600 stars 29 forks source link

"Repository name is required" when submitting plugin #135

Closed WhyNotHugo closed 2 weeks ago

WhyNotHugo commented 2 months ago

Hi there. I'm trying to submit lsp_lines.nvim using the form at https://dotfyle.com/neovim/plugins/add.

I get an error indicating Repository name is required. I'm not sure what this means.

I'm providing the URL https://git.sr.ht/~whynothugo/lsp_lines.nvim which seems to be working fine right now (confirmed by running git clone). Do I need some special syntax? I'm not sure what this means by Repository name.

codicocodes commented 2 weeks ago

Only GitHub repositories are supported.

The format to provide is: owner/repository -> separated by forward slash

WhyNotHugo commented 2 weeks ago

Would you consider adding support for regular git repositories?