-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add lazygit support #3121
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
Add lazygit support #3121
Conversation
for more information, see https://pre-commit.ci
…lle7cfg/json-schemas into feature/lazygit-schema
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
src/api/json/catalog.json
Outdated
{ | ||
"name": "config.yml", | ||
"description": "Lazy Git settings", | ||
"fileMatch": ["**/.config/lazygit/config.yml", "**/.config/lazygit/config.yaml"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those file locations are only valid for Linux. On Mac and Windows, the paths are slightly different, see docs/Config.md. It seems that "**/lazygit/config.yml"
is a pattern that should work for all platforms.
Also, I don't think we need .yaml
in the pattern, as it is not supported by lazygit.
…lle7cfg/json-schemas into feature/lazygit-schema
for more information, see https://pre-commit.ci
Thanks |
Hi there, I found that for Chinese translation, the setting value should be one of 'zh-CN' or 'zh-TW' instead of 'zh'. is there anyone who would like to make a fix? related to jesseduffield/lazygit#2842 |
@Lutra-Fs Feel free to file an issue for that - I'll label it as Good First Issue and Help Wanted so it can be tracked and fixed faster |
I can fix it. |
https://github.com/jesseduffield/lazygit