Closed tim-harding closed 6 months ago
Changed uses of vim.fs.joinpath to vim.fs.normalize. Addresses https://github.com/lawrence-laz/neotest-zig/issues/10.
vim.fs.joinpath
vim.fs.normalize
There was this one backslash missing (d57cb00) otherwise seems good to go
Changed uses of
vim.fs.joinpath
tovim.fs.normalize
. Addresses https://github.com/lawrence-laz/neotest-zig/issues/10.