overseer.nvim
overseer.nvim copied to clipboard
feature request: Task list in a new tab
Did you check existing requests?
- [X] I have searched the existing issues
Describe the feature
Hello! Thank you for this wonderful plugin, I wonder if it's possible to add something like this?
return {
"stevearc/overseer.nvim",
opts = {
task_list = {
direction = "tab",
},
},
}
Provide background
I would like to have the task list full screen, now I'm using a workaround by setting max_height = { 100, 0.99 }, height = 100
which is not optimal, bc it's not a full screen and I can't use gt
and gT
mappings to switch from code to task list
What is the significance of this feature?
nice to have
Additional details
No response