Skip to content

cspengl/taskfile.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskfile.nvim

A simple Neovim plugin for executing tasks from a Taskfile.

demo

Installing

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()
EOF
use {'cspengl/taskfile.nvim', config= function() require('taskfile').setup() end}
{'cspengl/taskfile.nvim', config=true}

Usage

Execute task

:Task <name-of-task>

Select task to run

:Task

The terminal window which will be opened to print the output of the task can be closed using q or <Esc>

About

A simple Neovim plugin for working with Taskfiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages