fzf-lua not respecting gitignore, seems to fail to toggle enable/disable #2099
Unanswered
garrett-is-a-swann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've had issues with fzf-lua respecting my gitignore, and more issues troubleshooting the issue.
It's primarily a problem when working with web projects, as node_modules constantly get in the way. From my understanding, the default fzf-lua config/lazy config should have it respecting .gitignore by default.... But even when I try to toggle it via
ctrl-i, the fzf modal refreshes but the toggle state doesn't change and it triggers a rescan with the same items populating.I've tried modifying my dotfiles/plugins config to pass opts that i think should modify the gitignore usage, and also tried calling the fzf files function directly with specific ignore paths for
node_modulebut that didn't seem to work?Definitely could be doing something wrong, and looking for pointers. Does anyone know what the problem could be, or have advice for where I should look?
Beta Was this translation helpful? Give feedback.
All reactions