klen / nvim-test

A Neovim wrapper for running tests
MIT License
180 stars 27 forks source link

Add float_position configuration setting #41

Open polirritmico opened 10 months ago

polirritmico commented 10 months ago

Hi, great plugin!

A lot of times I need to compare the test output with some variables in the code and the float window get in the way. This simple commit add the float_position configuration setting inside termOpts to change the vertical position of the float window. The supported values are top and bottom. Any other value like center will default to the center position.

I'm making the PR in case this is useful to someone else. Regards