add comments to clarify helix file picker

This commit is contained in:
Noah Masur
2025-07-24 22:32:08 -04:00
parent 25c7aec532
commit 6a36408416

View File

@ -216,10 +216,10 @@ in
# Show hidden files
file-picker = {
hidden = false;
git-ignore = true;
git-global = true;
git-exclude = true;
hidden = false; # Show hidden files
git-ignore = true; # Skip gitignore files
git-global = true; # Skip global gitignore files
git-exclude = true; # Skip excluded files
};
# Show whitespace visible to the user