overseer.nvim
overseer.nvim copied to clipboard
feature request: OverseerToggle!top
Did you check existing requests?
- [X] I have searched the existing issues
Describe the feature
I like to use <cmd>OverseerToggle!top<cr> instead of this:
vim.api.nvim_set_keymap("n", "<leader>O", "<cmd>OverseerToggle!bottom<cr>", { noremap = true, silent = true, desc = "Open OverseerToggle" })
but i think this is not implemented at the moment (i checked the docs and tried it blindly - did not work).
Provide background
I use similar toggle-splits at the top for e.g. quickfix list, document diagnostics, etc. So i wondered if a OverseerToggle!top is a possibility to make my setup behave consistently.
What is the significance of this feature?
nice to have
Additional details
i like overseer a lot. thank you for your work, appreciated!