https://github.com/s0cks/taskfile.nvim
Neovim plugin for working w/ Taskfiles
https://github.com/s0cks/taskfile.nvim
neovim neovim-lua-plugin neovim-plugin task taskfile
Last synced: 25 days ago
JSON representation
Neovim plugin for working w/ Taskfiles
- Host: GitHub
- URL: https://github.com/s0cks/taskfile.nvim
- Owner: s0cks
- Created: 2025-12-12T12:33:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-12-13T23:24:14.000Z (3 months ago)
- Last Synced: 2025-12-15T19:20:27.902Z (3 months ago)
- Topics: neovim, neovim-lua-plugin, neovim-plugin, task, taskfile
- Language: Lua
- Homepage: https://taskfile.dev/
- Size: 14.6 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taskfile.nvim
Neovim plugin for working w/ [Taskfiles](https://taskfile.dev/)
## Installation
Lazy
```lua
{
's0cks/taskfile.nvim',
version = '*',
dependencies = {
'folke/snacks.nvim',
},
opts = {},
}
```
### Dependencies
- [Snacks](https://github.com/folke/snacks.nvim)
- [taskfile-language-server](https://github.com/s0cks/taskfile-language-server)
## Task Picker
The task picker allows you to fuzzy-find a task and run it using Snacks.
```lua
require('taskfile.picker').task_picker()
```
[](https://asciinema.org/a/fefth2yu4lu9SdvWK5to6dlu2)