{
'CsiPA0723/task-runner.nvim',
dependencies = {
-- Available providers --
'folke/snacks.nvim', -- (Default)
-- 'nvim-telescope/telescope.nvim',
-- 'ibhagwan/fzf-lua',
-- 'nvim-mini/mini.pick',
},
cmd = 'Tasks'
---@module 'TaskRunner'
---@type TaskRunner.config
opts = {},
}- Command framework
- Picker framework
- Picker providers implemented
- Local folder tasks
- VSCode tasks integration
- Inspiration from miroshQa/rittli.nvim
- User command handling from folke/trouble.nvim
- Picker provider handling from 2KAbhishek/pickme.nvim
This plugin is licensed under the MIT License. See the LICENSE file for more details.