From 819a0a7480b0645a0c85ca0fd8845311d15892ad Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 13 Sep 2024 09:19:37 -0400 Subject: [PATCH] feat(git): add support for Telescope Git Worktree --- lua/plugins/git.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/git.lua b/lua/plugins/git.lua index 166955d..0b10f99 100644 --- a/lua/plugins/git.lua +++ b/lua/plugins/git.lua @@ -67,4 +67,7 @@ return { }, keys = data.keys.gitgraph, }, + { -- Telescope Git Worktree + "ThePrimeagen/git-worktree.nvim", + }, }