AutoYADM commit: 2024-11-10 19:00:01
This commit is contained in:
parent
902d6e8ea6
commit
e04d941e39
1 changed files with 11 additions and 3 deletions
|
@ -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",
|
||||||
|
-- }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue