Kyle
Kyle
It seems if the test or suite name isn't a singly or doubly quoted string, test detection does not work for that test/suite. Template literals and class/function references cause this...
Same issue here. Fresh install of LazyVim on Windows. Same config works just fine in WSL2
> Same here, maybe try to get an previous version of plenary and download it, then move to the plugins data folder i guess? This error wasn't here before. I...
Problem is resolved on my end as well now thanks to the telescope update. I think it's safe to close this issue.
I'm also facing this problem. I think that conditionally turning off the `close_on_slash` feature while inside of a tag element should suffice.
I had something pretty similar in my config, but with lazy loading per their documentation: ```lua "kristijanhusak/vim-dadbod-ui", lazy = true, dependencies = { { "tpope/vim-dadbod", lazy = true }, {...
Oh, good to know. I must've missed that in the LazyNvim documentation. Thanks for the tip!