How to make picker.recent ignore .git files #1328
Unanswered
tydra-wang
asked this question in
Q&A
Replies: 1 comment
-
I think You could change files to recent but I believe recent should be a file picker and that will exclude .git for all file pickers if I'm not wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use nvim as the editor for
git commit
. So when I useSnacks.picker.recent
, how to filter.git/COMMIT_EDITMSG
?My current config:
Note: not work to add
paths = {[".git"] = false}
infilter
.Beta Was this translation helpful? Give feedback.
All reactions