mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-28 10:10:13 +00:00
add comments to clarify helix file picker
This commit is contained in:
@ -216,10 +216,10 @@ in
|
|||||||
|
|
||||||
# Show hidden files
|
# Show hidden files
|
||||||
file-picker = {
|
file-picker = {
|
||||||
hidden = false;
|
hidden = false; # Show hidden files
|
||||||
git-ignore = true;
|
git-ignore = true; # Skip gitignore files
|
||||||
git-global = true;
|
git-global = true; # Skip global gitignore files
|
||||||
git-exclude = true;
|
git-exclude = true; # Skip excluded files
|
||||||
};
|
};
|
||||||
|
|
||||||
# Show whitespace visible to the user
|
# Show whitespace visible to the user
|
||||||
|
Reference in New Issue
Block a user