stevearc / overseer.nvim

A task runner and job management plugin for Neovim
MIT License
1.26k stars 58 forks source link

feature request: open_on_start for "terminal" strategy #382

Open mathjiajia opened 2 weeks ago

mathjiajia commented 2 weeks ago

Did you check existing requests?

Describe the feature

The toggleterm strategy has an option open_on_start which is quite useful, it is great to add this option to the default strategy terminal.

Provide background

No response

What is the significance of this feature?

nice to have

Additional details

No response

stevearc commented 1 week ago

I think if I were to redesign the toggleterm integration, I would pull some of the functionality out of the strategy and into components. This logic is something that I would expect to be in a component so it can be easily customized per-task