davisthedev
davisthedev
@jamestrew I did try :set shellslash before I started any dev work. It did not make a difference for telescope. I would be happy to add this to plenary if...
Thank you for the link to that other issue. I am experiencing it with a private work project. I will try to make a reproducible repo on windows when I...
I was able to reproduce the issue without using sveltekit or any javascript framework. On windows 11 I just made a directory that matched the ```(dir)/``` of the sveltekit project....
After some more digging it looks to be a behavior similar to or exactly matching #1171 If anyone who is able to test on windows finds this, here is what...
I tested with the fix/windows_parentheses_escape and master branch and the issue did persist. I was unable to preview any files in any directory with the name including parentheses, and unable...
Small update. I did try using nvChad and Lunarvim to see if their pre-configuration worked. It did not. And the issue was happening with Nvim-tree, so I believe this is...
Thank you for following up. I have a feeling it is related to windows wrapping directory names with special characters in single quotes, and then the quote getting escaped when...
I have a fix for this. I have it working for opening files, but I am not sure exactly where the code is that provides a path for the previewer...
Thank you. You are correct, the from entry looks like what I want. When I make a modification in that file, even a print() command, nothing changes. I tried logging...