klen / nvim-test

A Neovim wrapper for running tests
MIT License
176 stars 26 forks source link

fix: use height/width instead of size key #5

Closed dhruvmanila closed 2 years ago

dhruvmanila commented 2 years ago

There's no size key in the config table. I think this must've been left out from some previous version.

klen commented 2 years ago

@dhruvmanila Thank you!