mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
add comments to clarify helix file picker
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user