A simple Neovim plugin for executing tasks from a Taskfile.
Prerequisites:
- task binary available on your path (install guide)
Install taskfile.nvim with the plugin manager of your choice:
Plug 'cspengl/taskfile.nvim'
lua << EOF
require('taskfile').setup()
EOFuse {'cspengl/taskfile.nvim', config= function() require('taskfile').setup() end}{'cspengl/taskfile.nvim', config=true}:Task <name-of-task>
:Task
The terminal window which will be opened to print the output of the task can
be closed using q or <Esc>
