-- local tv = require("taskview") -- tv.setup({}) return { dir = "~/dev/taskview.nvim/", name = "taskview", -- event = "VeryLazy", lazy = false, opts = { out = "Hi test", }, -- config = function() -- require("taskview") -- end, -- opts = { -- out = "Hi testing", -- } }