Open Issues Need Help
View All on GitHubAI Summary: This issue requests the implementation of a new picker provider for an existing task runner system. The goal is to integrate the `nvim-mini/mini.pick` plugin, enabling users to select tasks through its interface. The new provider's code should be added to `lua/task-runner/providers/mini.lua`.
A simple task runner for neovim
AI Summary: This issue proposes implementing a new picker feature that leverages the `ibhagwan/fzf-lua` plugin. The integration is expected to occur within the `lua/task-runner/providers/fzf_lua.lua` file, enhancing the task runner with fuzzy finding capabilities. Labeled as an enhancement and a good first issue, it suggests a relatively straightforward task for new contributors.
A simple task runner for neovim
AI Summary: This GitHub issue requests the implementation of a new Telescope picker for a `task-runner` plugin. The goal is to allow users to fuzzy-find and select tasks provided by the `task-runner` directly through `nvim-telescope`. The integration will likely involve creating a custom Telescope extension or provider within the specified Lua file.
A simple task runner for neovim