format: minor
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"icon_theme": "Bearded Icon Theme",
|
"icon_theme": "Bearded Icon Theme",
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Zed Legacy: Solarized Light",
|
"light": "Zed Legacy: Rosé Pine Dawn",
|
||||||
"dark": "One Dark"
|
"dark": "One Dark"
|
||||||
},
|
},
|
||||||
"unnecessary_code_fade": 0.2,
|
"unnecessary_code_fade": 0.2,
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
"EXAMPLE": "test:dqnid",
|
"EXAMPLE": "test:dqnid",
|
||||||
"BLUEPRINTS_PATHS": "./.blueprints"
|
"BLUEPRINTS_PATHS": "./.blueprints"
|
||||||
},
|
},
|
||||||
"font_family": null,
|
// "font_family": null,
|
||||||
"font_features": null,
|
"font_features": null,
|
||||||
"font_size": 14,
|
"font_size": 14,
|
||||||
"line_height": "comfortable",
|
"line_height": "comfortable",
|
||||||
|
|||||||
11
tasks.json
11
tasks.json
@@ -24,13 +24,22 @@
|
|||||||
"hide": "never",
|
"hide": "never",
|
||||||
"shell": "system"
|
"shell": "system"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "Commit Stradi",
|
||||||
|
"command": "bash ~/.config/zed/tasks/commit-stradi.sh",
|
||||||
|
"use_new_terminal": false,
|
||||||
|
"allow_concurrent_runs": false,
|
||||||
|
"reveal": "always",
|
||||||
|
"hide": "always",
|
||||||
|
"shell": "system"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Lazygit",
|
"label": "Lazygit",
|
||||||
"command": "lazygit",
|
"command": "lazygit",
|
||||||
"args": [],
|
"args": [],
|
||||||
"env": {},
|
"env": {},
|
||||||
"use_new_terminal": true,
|
"use_new_terminal": true,
|
||||||
"allow_concurrent_runs": false,
|
"allow_concurrent_runs": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Blueprints",
|
"label": "Blueprints",
|
||||||
|
|||||||
Reference in New Issue
Block a user