add undo dependency
This commit is contained in:
parent
e2ac81a656
commit
e7dfc75b15
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ return {
|
|||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
|
||||
"debugloop/telescope-undo.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("telescope").setup({
|
||||
|
|
Loading…
Reference in a new issue