Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved file-picker configuration documentation #3422

Merged
merged 2 commits into from
Aug 14, 2022

Conversation

manuel2258
Copy link
Contributor

Added statement that git related file-picker configurations only work in
a git repo.

Closes #3415

Can somebody confirm that actually all git related file-picker configurations options are only enabled in a git repo and not only the git-ignore option?

Added statement that git related file-picker configurations only work in
a git repo.
Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I gave it a quick test and even git-global only applies within a git repository 👍

@@ -119,6 +119,7 @@ the default file-picker configuration below are IgnoreOptions: whether hidden
files and files listed within ignore files are ignored by (not visible in) the
helix file picker and global search. There is also one other key, `max-depth`
available, which is not defined by default.
All git related options are only enabled in a git repository.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny spacing nit: can you add a blank line between these two paragraphs? They're rendered as one paragraph without the separating blank line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing

@the-mikedavis the-mikedavis changed the title Improved file-picker configuration docu Improved file-picker configuration documentation Aug 14, 2022
@the-mikedavis the-mikedavis merged commit 8a75795 into helix-editor:master Aug 14, 2022
@the-mikedavis
Copy link
Member

Thank you!

AlexanderBrevig pushed a commit to AlexanderBrevig/helix that referenced this pull request Aug 29, 2022
thomasskk pushed a commit to thomasskk/helix that referenced this pull request Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.gitignore entries are not ignored by the file-picker in elixir project, but .ignore is
2 participants