overseer.nvim icon indicating copy to clipboard operation
overseer.nvim copied to clipboard

A task runner and job management plugin for Neovim

Results 90 overseer.nvim issues
Sort by recently updated
recently updated
newest added

I want the task results to open bottom style like VS Code. So I'd like to add the option `direction = "bottom"`.

Still feeling out what the best API and UX would be. To use it in its current form: ## Option 1 1. Make sure the task you're running has an...

I currently use the [rmagatti/auto-session](https://github.com/rmagatti/auto-session) plugin for managing sessions in vim. Basically it just autosaves and restores sessions based on PWD. It's really useful to be able to quickly get...

I am coming to Overseer from other task automation tools (asyncrun/asynctasks initially and later on, mg979/tasks.nvim) that load the output from the compilation command onto the quickfix window by parsing...

Currently the plugin have a lot of standalone commands. But it would be great to provide a single command with subcommands instead. Like `Overseer open` or `Overseer run`. It just...

enhancement
P2

Hi, I have the following in my launch.json ```json "name": "Remote GDB", "type":"cppdbg", "request": "launch", "preLaunchTask": "gdb_server", ``` and this is part of a task in task.json ```json "taskName": "gdb_server",...

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature I would like a simple, **global** option to disable autostart completely. I...

enhancement

overseer config ```lua { "stevearc/overseer.nvim", cmd = { "OverseerOpen", "OverseerClose", "OverseerToggle", "OverseerSaveBundle", "OverseerLoadBundle", "OverseerDeleteBundle", "OverseerRunCmd", "OverseerRun", "OverseerInfo", "OverseerBuild", "OverseerQuickAction", "OverseerTaskAction ", "OverseerClearCache", }, opts = { task_list = { default_detail...

bug
P1

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature I has quite limited support for common language like python. Python's output...

enhancement
question

:robot: I have created a release *beep* *boop* --- ## [1.4.0](https://github.com/stevearc/overseer.nvim/compare/v1.3.1...v1.4.0) (2024-01-07) ### Features * add config option to disable autostart when loading tasks ([#245](https://github.com/stevearc/overseer.nvim/issues/245)) ([de07357](https://github.com/stevearc/overseer.nvim/commit/de0735710f386acccf4489b86f95d7956d1973ec)) * add mage template...

autorelease: pending