-
-
Notifications
You must be signed in to change notification settings - Fork 856
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
Telescope cannot create the history file #2651
Comments
manually creating |
OK, I found the problem: I use What I did finally is:
Now everything works. |
relative issue about the |
In a config file? Or every time you open Nvim? Could you give an example? I'm trying to do the same but It doesn't result for me. |
You can set it in your config file, or |
yeah this is a plenary.path problem: nvim-lua/plenary.nvim#254 it was built without shellslash in mind. You can maybe try nvim-lua/plenary.nvim#371 (note you probably want to rebase the PR its kinda old), so we can maybe find a working solution for this problem. I just dont have a windows machine at hand to do the required testing |
I wrote on that PR to get some attentions. For Windows machine, perhaps a Virtual Machine? |
Description
Also reported here: https://www.reddit.com/r/neovim/comments/v6towp/telescope_tries_to_create_cc_folder/
When doing a clean install, and enable the history functionality, telescope is unable to create the new folder/file.
The direct behavior is after entering the TS UI, I cannot get out. (by either pressing or to select some files).
Neovim version
Operating system and version
Windows
Telescope version / branch / rev
2d92125
checkhealth telescope
Steps to reproduce
telescope
Expected behavior
No response
Actual behavior
no errors, the history file/folder should be created correctly.
Minimal config
The text was updated successfully, but these errors were encountered: