-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folders with [] throw an error #307
Comments
hmm... I can't replicate this on linux. |
I will check |
This is very interesting. I just stopped all the plugins I use and commented all the lines in my So I think this issue is more related to |
Yeah this type of issue is a known issue on Windows. nvim-telescope/telescope.nvim#2651 The last linked comment is precisely the same issue you're experiencing I believe. It seems to be related to a powershell behavior. We can probably escape the brackets on the telescope/plenary side of this but it's a fairly sensitive topic (os specific path manipulation) especially when no one maintaining telescope/plenary is on windows. I'm sorry but probably the quickest way to fix this for yourself might be to move to WSL 😬 |
I think I'll move to linux again. Thank you for your support! |
This might (at least be partially) improved by nvim-telescope/telescope.nvim#2628 |
I have switched to linux long time ago. Thank you anyway! |
Description
I have the following structure:
When I access
[centerId]\
An error is thrown:Neovim version
Operating system and version
Windows 11
Steps to reproduce
[centerId]
for exampleEnter
(or<CR>
)Expected behavior
Folder should open normally
Actual behavior
An error is thrown. You can see an image of the error above
Minimal config
The text was updated successfully, but these errors were encountered: