GitMurf

Results 359 comments of GitMurf

Above was from a couple days ago. Below is still from today after the recent update (still not working): ![image](https://github.com/stevearc/conform.nvim/assets/64155612/b35d29f9-2a33-47a1-bb91-2c21696ed140) ![image](https://github.com/stevearc/conform.nvim/assets/64155612/a4c320ae-312d-4dde-af9d-28760e76a91b)

Thanks for all your hard work on this plugin :) let me know if you need anymore details.

curious if you have had a chance to look at this yet? also I am happy to take a look at doing a PR to try and fix it if...

> Hi @GitMurf, it seems i have been running into the same problem as you and i will try to find a solution. Can you tell me if you are...

@msabathier if you are trying to investigate, in my own personal nvim config stuff and plugin work I find success using `vim.fs.normalize(filepath)` since there are not only "spaces" issues on...

Wow @plt3 I cannot tell you how much you saved me here! I have been trying to figure this out off and on for weeks! For me it was not...

Could be related to this: https://github.com/nvim-neotest/neotest-jest/issues/94

> I'm using LazyVim, so next I'm going to attempt using the plugin without Lazyvim's setup just to check. @AlansCodeLog Don't bother trying that! I failed with lazyvim at first...

> I figured out what was happening in my case. I had a dynamic name for the describe blocks and obviously the algorithm to match the names must not have...

Curious if you have any clue if it is a neotest/vite issue? Or if it is a core neotest issue?