Port live-server.nvim to Forgejo #52
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/live-server.nvim!52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "port/forgejo-migration-live-server"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
live-server.nvimwas only partially staged on Forgejo. The repository still had GitHub source URLs in docs and issue templates, no Forgejo LuaRocks deploy workflows, no GitHub PR redirect workflow, and no one-time GitHub-source migration warning.Solution
vim.packinstall examples and Forgejo issue-template repro snippets.luarocks-tag-release-forgejo@v0.2.0.stdpath("state").[live-server]:without exposing it as module API.Verification
nix develop .#ci --command just cigit diff --check:help live-server.nvim-migrationresolved.LUAROCKS_API_KEYexists.Notes
GitHub is not configured as a mirror in this PR. Branch cleanup, GitHub issue/project/wiki disablement, final mirror push, and GitHub release-object handling remain post-merge cutover work.