Skip to content

Commit

Permalink
Add Pluma support for Linux external editor options (#996)
Browse files Browse the repository at this point in the history
* Added Pluma support

https://en.wikipedia.org/wiki/Pluma_(text_editor)

* Added Pluma support
  • Loading branch information
zmac-dev authored and shiftkey committed Mar 17, 2024
1 parent 4d09ce2 commit 02f1d13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ const editors: ILinuxExternalEditor[] = [
name: 'Pulsar',
paths: ['/usr/bin/pulsar'],
},
{
name: 'Pluma',
paths: ['/usr/bin/pluma'],
},
]

async function getAvailablePath(paths: string[]): Promise<string | null> {
Expand Down
1 change: 1 addition & 0 deletions docs/technical/editor-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ These editors are currently supported:
- [JetBrains Goland](https://www.jetbrains.com/go/)
- [Emacs](https://www.gnu.org/software/emacs/)
- [Pulsar](https://pulsar-edit.dev/)
- [Pluma](https://github.com/mate-desktop/pluma)

These are defined in a list at the top of the file:

Expand Down

0 comments on commit 02f1d13

Please sign in to comment.