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 c7b79c1
Showing 1 changed file with 1 addition and 1 deletion.
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 c7b79c1

Please sign in to comment.