diff --git a/app/src/lib/editors/linux.ts b/app/src/lib/editors/linux.ts index 01dd6335876..1655e784a88 100644 --- a/app/src/lib/editors/linux.ts +++ b/app/src/lib/editors/linux.ts @@ -180,6 +180,10 @@ const editors: ILinuxExternalEditor[] = [ name: 'Pluma', paths: ['/usr/bin/pluma'], }, + { + name: 'Zed', + paths: ['.local/bin/zed'], + }, ] async function getAvailablePath(paths: string[]): Promise { diff --git a/docs/technical/editor-integration.md b/docs/technical/editor-integration.md index 18189dcc945..09c85d4adca 100644 --- a/docs/technical/editor-integration.md +++ b/docs/technical/editor-integration.md @@ -359,6 +359,7 @@ These editors are currently supported: - [Emacs](https://www.gnu.org/software/emacs/) - [Pulsar](https://pulsar-edit.dev/) - [Pluma](https://github.com/mate-desktop/pluma) + - [Zed](https://github.com/zed-industries/zed) These are defined in a list at the top of the file: