From cb83bf3c9049e80f20fda1df6ff66e99e038d6a0 Mon Sep 17 00:00:00 2001 From: Ewan McDougall Date: Sun, 12 Jan 2025 03:06:12 +0000 Subject: [PATCH] Add `mrloop/telescope-git-branch.nvim` (#1412) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f8361bc269..8d6b93f59cd 100644 --- a/README.md +++ b/README.md @@ -1157,6 +1157,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in ## Git +- [mrloop/telescope-git-branch.nvim](https://github.com/mrloop/telescope-git-branch.nvim) - A telescope picker to find which files and preview what changes have been made to your git branch across multiple commits. - [f-person/git-blame.nvim](https://github.com/f-person/git-blame.nvim) - Show Git blame info. - [trevorhauter/gitportal.nvim](https://github.com/trevorhauter/gitportal.nvim) - Generate Git permalinks, open them in your browser, load files locally from permalinks, and more. - [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) - Git integration: signs, hunk actions, blame, etc.