Description
Problem description
In a version of LunarVim from over a month ago the Telescope file finder ignored anything matched by the local .gitignore
. In the latest release this isn't the case anymore and searching with it results in a lot of clutter.
When I'm looking for one of my code files I don't care about those bazillion node_module
files.
LunarVim version
0.6.1
As of the creation of this Issue, the latest rolling version shows the same problem.
Neovim version (>= 0.5)
v0.7.0-dev+667-g419e0d117
Screenshots
I'm looking for my index.tsx
file but instead I get a lot of garbage from the node_modules
directory.
I have
- Read the readme
- Read the wiki
- Searched for similar issues