nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.3k stars 115 forks source link

[Feat] Floating settings to set position relative to editor #280

Open protiumx opened 1 year ago

protiumx commented 1 year ago

First of all, thank you for this awesome plugin!

I'd like to open the floating output relative to the editor. I tried providing

floating = { options = { relative = 'editor' } }

But that yields an error from the nvim API.