Skip to content

Improve suggested configuration in README#52

Merged
MrSubidubi merged 2 commits into
zed-extensions:mainfrom
notpeter:improve_readme
May 8, 2026
Merged

Improve suggested configuration in README#52
MrSubidubi merged 2 commits into
zed-extensions:mainfrom
notpeter:improve_readme

Conversation

@notpeter
Copy link
Copy Markdown
Contributor

@notpeter notpeter commented Apr 29, 2026

  • Add matcher for .git/config
  • Remove *.gitconfig (already matched by the language config:

path_suffixes = [
# https://github.com/neovim/neovim/blob/master/runtime/lua/vim/filetype.lua
"config.worktree",
".gitconfig",
".gitmodules",
".lfsconfig",
]

@cla-bot cla-bot Bot added the cla-signed label Apr 29, 2026
Copy link
Copy Markdown
Contributor

@MrSubidubi MrSubidubi left a comment

Choose a reason for hiding this comment

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

Thanks!

@MrSubidubi MrSubidubi merged commit 3ab82c1 into zed-extensions:main May 8, 2026
5 checks passed
@injust
Copy link
Copy Markdown
Contributor

injust commented May 8, 2026

@notpeter I think you didn't actually remove *.gitconfig?

EDIT: Actually, what's in path_suffixes seems to only match a file named exactly .gitconfig, but not foo.gitconfig. So never mind -- what was merged is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants