Skip to content

Commit

Permalink
fix(telescope-undo-nvim): fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 10, 2023
1 parent 903d318 commit 1558c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

A telescope extension to view and search your undo tree 🌴


**Repository:** <https://github.com/debugloop/telescope-undo.nvim>

**Repository:** <https://github.com/debugloop/telescope-undo.nvim>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"nvim-telescope/telescope.nvim",
dependencies = { "nvim-telescope/telescope-undo.nvim" },
dependencies = { "debugloop/telescope-undo.nvim" },
opts = function() require("telescope").load_extension "undo" end,
}

0 comments on commit 1558c59

Please sign in to comment.