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

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

View file

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