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 {
|
||||
dir = "~/dev/taskview.nvim/",
|
||||
name = "taskview",
|
||||
config = function()
|
||||
require("taskview")
|
||||
end,
|
||||
lazy = false,
|
||||
opts = {},
|
||||
-- config = function()
|
||||
-- require("taskview")
|
||||
-- end,
|
||||
-- opts = {
|
||||
-- out = "Hi testing",
|
||||
-- }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue