-
-
Notifications
You must be signed in to change notification settings - Fork 853
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
git_files and find_files don"t allow spaces anymore #3364
Comments
I had a secondary machine where I introduced this bug through doing a These are the packages and versions that were bumped, introducing the bug: |
Hey @Laurensdc I had the same issue and turns out that during a refactor of my config I accidentally deleted the loading of the fzf extension call, you should add Just for your info, I think that this "issue" is actually the default behavior of the plugin and the white space behavior works only after loading the fzf native extension correctly. |
Wow, exactly, the |
What the hell? I guess I"m crazy. I could have sworn that was working before, but yeah this was the solution. I added {
"nvim-telescope/telescope-fzf-native.nvim",
build = "make",
dependencies = { "nvim-telescope/telescope.nvim" },
}, and config = function(_, opts)
require("telescope").setup(opts)
require("telescope").load_extension("fzf")
end, |
I"ll add my solution as well: Laurensdc/dotfiles@263f879 |
Description
/saving-action/nested/folder/error.ts
I used to find that file by searchingsaving-action error
Screen.Recording.2024-11-15.at.08.07.26.mp4
Neovim version
Operating system and version
macOS 14.7
Telescope version / branch / rev
0.1.8
checkhealth telescope
Steps to reproduce
git_files
orfind_files
some_directory [space] the_filename
Expected behavior
Actual behavior
Minimal config
I don"t believe my config changed when this started happening.
If necessary I can try and add this, let me know.
The text was updated successfully, but these errors were encountered: