Overseer Extra
editor.overseer installs overseer.nvim,
a task runner for project commands such as make, npm, cargo, and VS Code
task definitions.
Enable it
return { extras = { enabled = { "editor.overseer", }, },}Because this extra adds a plugin, run:
:BlakExtras syncWhat it adds
| Surface | Contribution |
|---|---|
| Plugin | stevearc/overseer.nvim |
| Keymap | <leader>oo toggles the task list |
| Keymap | <leader>or runs a task |
| Keymap | <leader>oq opens task quick actions |
The keymaps appear in :BlakKeys.
Use it
:OverseerRun:OverseerToggle:OverseerQuickActionOverseer keeps task discovery and templates in its own configuration. Add a local lazy.nvim spec if you want project-specific templates.