Skip to content

Commit

Permalink
Merge pull request #100 from mrossinek/fix-telescope-command
Browse files Browse the repository at this point in the history
fix: `:Telescope git_worktree`
  • Loading branch information
polarmutex committed Nov 7, 2023
2 parents d7f4e25 + ff3932f commit d3f5215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/telescope/_extensions/git_worktree.lua
Expand Up @@ -228,6 +228,7 @@ end
return require("telescope").register_extension(
{
exports = {
git_worktree = telescope_git_worktree,
git_worktrees = telescope_git_worktree,
create_git_worktree = create_worktree
}
Expand Down

0 comments on commit d3f5215

Please sign in to comment.