dotfiles/.config/nvim/lua/plugins/taskview.lua

9 lines
142 B
Lua

return {
dir = "~/dev/taskview.nvim/",
name = "taskview",
event = "VeryLazy",
enabled = false,
opts = {
out = "Hi test",
},
}