AutoYADM commit: 2024-11-10 19:30:02

This commit is contained in:
Daniel Fichtinger 2024-11-10 19:30:02 -05:00
parent b252c7e711
commit f6f733f87c

View file

@ -4,8 +4,10 @@
return { return {
dir = "~/dev/taskview.nvim/", dir = "~/dev/taskview.nvim/",
name = "taskview", name = "taskview",
lazy = false, -- event = "VeryLazy",
-- opts = {}, opts = {
out = "Hi test",
},
-- config = function() -- config = function()
-- require("taskview") -- require("taskview")
-- end, -- end,