AutoYADM commit: 2024-11-10 19:00:01

This commit is contained in:
Daniel Fichtinger 2024-11-10 19:00:01 -05:00
parent 902d6e8ea6
commit e04d941e39

View file

@ -1,7 +1,15 @@
local tv = require("taskview")
-- tv.setup({})
return { return {
dir = "~/dev/taskview.nvim/", dir = "~/dev/taskview.nvim/",
name = "taskview", name = "taskview",
config = function() lazy = false,
require("taskview") opts = {},
end, -- config = function()
-- require("taskview")
-- end,
-- opts = {
-- out = "Hi testing",
-- }
} }