Taskfile.nvim
Neovim plugin for running Taskfile tasks
Install / Use
/learn @ShadowApex/Taskfile.nvimREADME
Taskfile.nvim
A Neovim plugin to run Taskfile tasks.
You must have a Taskfile in the current working directory.
Usage
You can run the build task of the Taskfile like so:
:Task build
To view a list of all available tasks, simply run:
:Task
You can also autocomplete tasks pressing <tab>
