{
'CsiPA0723/task-runner.nvim',
dependencies = {
'nvim-lua/plenary.nvim',
-- Avaiable providers --
'folke/snacks.nvim', -- (Default)
-- 'nvim-telescope/telescope.nvim',
-- 'ibhagwan/fzf-lua',
},
event = 'VeryLazy',
---@type TaskRunner.config
opts = {},
}
- Lots of inspirations 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.