Replies: 1 comment 2 replies
-
There are two ways to run multiple tasks. One is using the "dependencies" component, and one (as you have found) is the orchestrator strategy. The docs are available here: https://github.com/stevearc/overseer.nvim/blob/master/doc/guides.md#running-tasks-sequentially |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want that when I run
my task is listed. But I need my task to run several commands an once. How can achieve this?
Beta Was this translation helpful? Give feedback.
All reactions