17 lines
287 B
Lua
17 lines
287 B
Lua
-- local tv = require("taskview")
|
|
|
|
-- tv.setup({})
|
|
return {
|
|
dir = "~/dev/taskview.nvim/",
|
|
name = "taskview",
|
|
-- event = "VeryLazy",
|
|
opts = {
|
|
out = "Hi test",
|
|
},
|
|
-- config = function()
|
|
-- require("taskview")
|
|
-- end,
|
|
-- opts = {
|
|
-- out = "Hi testing",
|
|
-- }
|
|
}
|