Skip to content
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

support non-github plugins #32

Open
teto opened this issue Nov 12, 2024 · 1 comment
Open

support non-github plugins #32

teto opened this issue Nov 12, 2024 · 1 comment

Comments

@teto
Copy link
Member

teto commented Nov 12, 2024

I wanted to add https://git.sr.ht/~whynothugo/lsp_lines.nvim to nurr but so far it showcases only github plugins.
I think I found only one case where we could not use a full url instead of the github handles USER/REPO in:
.github/workflows/publish.yml

     - name: Checkout plugin repository
       uses: actions/checkout@v4
       with:
         repository: ${{ matrix.plugin.name }}
         path: .
         fetch-depth: 0

https://github.com/actions/checkout

seems like repository could accept the sr.ht url too. Gonna try

@teto
Copy link
Member Author

teto commented Nov 12, 2024

first try at #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant