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

8 lines
116 B
Lua

return {
"ficcdaf/taskview.nvim",
event = "VeryLazy",
enabled = false,
opts = {
out = "Hi test",
},
}