Skip to content

s0cks/taskfile.nvim

Repository files navigation

taskfile.nvim

Neovim plugin for working w/ Taskfiles

Installation

Lazy
{
  's0cks/taskfile.nvim',
  version = '*',
  dependencies = {
    'folke/snacks.nvim',
  },
  opts = {},
}

Dependencies

Task Picker

The task picker allows you to fuzzy-find a task and run it using Snacks.

require('taskfile.picker').task_picker()

Example

About

Neovim plugin for working w/ Taskfiles

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages