lawrence-laz / neotest-zig

Test runner for Zig in Neovim using Neotest backend.
MIT License
27 stars 7 forks source link

fix: 0.9.5 compatibility #11

Closed tim-harding closed 6 months ago

tim-harding commented 6 months ago

Changed uses of vim.fs.joinpath to vim.fs.normalize. Addresses https://github.com/lawrence-laz/neotest-zig/issues/10.

lawrence-laz commented 6 months ago

There was this one backslash missing (d57cb00) otherwise seems good to go