Add Pluma support for Linux external editor options

* Added Pluma support

https://en.wikipedia.org/wiki/Pluma_(text_editor)
This commit is contained in:
Zac McManus 2024-02-05 06:36:51 +11:00 committed by Brendan Forster
parent 16d83ae612
commit f95df8f321
2 changed files with 5 additions and 0 deletions

View file

@ -173,6 +173,10 @@ const editors: ILinuxExternalEditor[] = [
name: 'Pulsar',
paths: ['/usr/bin/pulsar'],
},
{
name: 'Pluma',
paths: ['/usr/bin/pluma'],
},
]
async function getAvailablePath(paths: string[]): Promise<string | null> {

View file

@ -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: