feat(snacks): add snacks-tea.nvim for Gitea/Forgejo PR integration #6

Open
rootiest wants to merge 1 commits from feat/snacks-tea-gitea-integration into main
Owner

Summary

  • Add sbulav/snacks-tea.nvim as a Snacks extension, wired up through the tea CLI
  • Mirrors the existing GitHub gh_issue/gh_pr picker integration, but for Gitea/Forgejo remotes
  • Adds <leader>gt (open PRs), <leader>gT (all PRs), <leader>gc (create PR) keymaps
  • Documents the tea CLI dependency in the README (already available in Arch extra)

Test plan

  • nvim --headless startup with the plugin installed via vim.pack — no errors
  • require('snacks').tea resolves correctly after setup
  • Verified tea CLI is installed and logged in to git.rootiest.dev on this machine
  • Manual check: <leader>gt opens the Tea PR picker in a real session
## Summary - Add `sbulav/snacks-tea.nvim` as a Snacks extension, wired up through the `tea` CLI - Mirrors the existing GitHub `gh_issue`/`gh_pr` picker integration, but for Gitea/Forgejo remotes - Adds `<leader>gt` (open PRs), `<leader>gT` (all PRs), `<leader>gc` (create PR) keymaps - Documents the `tea` CLI dependency in the README (already available in Arch `extra`) ## Test plan - [x] `nvim --headless` startup with the plugin installed via `vim.pack` — no errors - [x] `require('snacks').tea` resolves correctly after setup - [x] Verified `tea` CLI is installed and logged in to `git.rootiest.dev` on this machine - [ ] Manual check: `<leader>gt` opens the Tea PR picker in a real session
rootiest added 1 commit 2026-08-25 02:52:50 +00:00
Wires up sbulav/snacks-tea.nvim as a Snacks extension via the tea CLI,
mirroring the existing GitHub gh_issue/gh_pr picker integration for
Gitea/Forgejo remotes. Adds <leader>gt/<leader>gT/<leader>gc keymaps
and documents the tea CLI dependency in the README.
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/snacks-tea-gitea-integration:feat/snacks-tea-gitea-integration
git checkout feat/snacks-tea-gitea-integration
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rootiest/neovim-config#6