You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It wasn't including hidden files by default when scanning. I've pushed a fix. Note that this might create annoying side-effects if you run neovim with your home directory as the current working directory, since that directory tends to have a lot of hidden files cluttering it.
I'm not sure what the right answer for that is, but one could work around that by creating a ~/.ff-ignore and adding patterns in it.
.gitignore makes everything extremely slow and he's breaking expectations as Telescope normally ignores everything in .gitignore. It doesn't make a UX (I've used this package for months without knowing it doesn't respect .gitignore).
I made a PR to streamline this plugin behaviour with the rest of Telescope #80
.gitignore should be respect by default but it becomes configurable
I noticed this the most with ci.yml (GitHub Action file), as I hope around between projects.
My smart-open command is:
maybe there is some default filter I need to configure?
The text was updated successfully, but these errors were encountered: