Skip to content

Commit

Permalink
Add lazygit's local (per-repository) config files
Browse files Browse the repository at this point in the history
Lazygit recently added supported for local config files, which have different
names than the global one. See
jesseduffield/lazygit#3787.
  • Loading branch information
stefanhaller committed Aug 29, 2024
1 parent 8b3564f commit 198179e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6352,7 +6352,11 @@
{
"name": "lazygit",
"description": "lazygit settings",
"fileMatch": ["**/lazygit/config.yml"],
"fileMatch": [
"**/lazygit/config.yml",
"lazygit.yml",
".lazygit.yml"
],
"url": "https://raw.githubusercontent.com/jesseduffield/lazygit/master/schema/config.json"
},
{
Expand Down

0 comments on commit 198179e

Please sign in to comment.