Plugin to help with gotask. For now, it's just a Telescope extension that lets you pick a task to run.
It's very much alpha and it's my first plugin, so don't expect too much.
Feel free to open issues or PRs.
- nvim >= 0.10 (Currently the prerelease version. Only because I use vim.system - if this is a problem, feel free to suggest an alternative)
- telescope.nvim
- a task binary in your PATH
Telescope gotask
will show a list of tasks in your taskfile. Selecting one will run it.
require("gotask").setup({
task_binary = "task", -- the binary to use
})
Run :checkhealth gotask
to see if everything is working. There will be a section called gotask.nvim
.