Jonathan
Jonathan
I'd actually be interested in implementing this if it is not already in motion. @rcarriga or @azmeuk, are you opinionated about the config format? Personally I can only imagine a...
Upon investigation it looks like window size and placement is customisable via an undocumented config variable here: https://github.com/nvim-neotest/neotest/blob/f30bab1faef13d47f3905e065215c96a42d075ad/lua/neotest/config/init.lua#L260-L263 I adjusted my config like so: ```lua neotest.setup({ adapters = { require('neotest-elixir')...
Edit: [It is in fact documented.](https://github.com/nvim-neotest/neotest/blob/f30bab1faef13d47f3905e065215c96a42d075ad/doc/neotest.txt#L135). Lesson: read the manual 😆