nvim-neotest / neotest-plenary

MIT License
38 stars 12 forks source link

fix: use current vim executable to run tests #2

Closed stevearc closed 2 years ago

stevearc commented 2 years ago

There's no guarantee that the current nvim executable is named nvim, or is even in the PATH. I keep multiple namespaced versions of nvim so I can test with them.

Test plan

Opened a neovim test file Run it with neotest It still works!

rcarriga commented 2 years ago

Thanks for the PR!