mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 11:02:41 +03:00
Add Zed to user_config.go and schema
This commit is contained in:
committed by
Stefan Haller
parent
c35743d7ad
commit
da7a28c117
@@ -546,7 +546,7 @@ type OSConfig struct {
|
|||||||
|
|
||||||
// A built-in preset that sets all of the above settings. Supported presets
|
// A built-in preset that sets all of the above settings. Supported presets
|
||||||
// are defined in the getPreset function in editor_presets.go.
|
// are defined in the getPreset function in editor_presets.go.
|
||||||
EditPreset string `yaml:"editPreset,omitempty" jsonschema:"example=vim,example=nvim,example=emacs,example=nano,example=vscode,example=sublime,example=kakoune,example=helix,example=xcode"`
|
EditPreset string `yaml:"editPreset,omitempty" jsonschema:"example=vim,example=nvim,example=emacs,example=nano,example=vscode,example=sublime,example=kakoune,example=helix,example=xcode,example=zed"`
|
||||||
|
|
||||||
// Command for opening a file, as if the file is double-clicked. Should
|
// Command for opening a file, as if the file is double-clicked. Should
|
||||||
// contain "{{filename}}", but doesn't support "{{line}}".
|
// contain "{{filename}}", but doesn't support "{{line}}".
|
||||||
|
@@ -788,7 +788,8 @@
|
|||||||
"sublime",
|
"sublime",
|
||||||
"kakoune",
|
"kakoune",
|
||||||
"helix",
|
"helix",
|
||||||
"xcode"
|
"xcode",
|
||||||
|
"zed"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"open": {
|
"open": {
|
||||||
|
Reference in New Issue
Block a user