mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
chore: todo
This commit is contained in:
parent
6f00cdedee
commit
65675808d1
2 changed files with 35 additions and 0 deletions
|
@ -123,4 +123,15 @@ describe("plugin spec opt", function()
|
|||
})
|
||||
end)
|
||||
end)
|
||||
|
||||
-- it("recursive deps", function()
|
||||
-- local spec = Plugin.Spec.new({
|
||||
-- "nvim-telescope/telescope.nvim",
|
||||
-- dependencies = {
|
||||
-- "nvim-lua/plenary.nvim",
|
||||
-- { "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
|
||||
-- { "nvim-telescope/telescope-frecency.nvim", dependencies = "kkharji/sqlite.lua" },
|
||||
-- },
|
||||
-- })
|
||||
-- end)
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue