Merge pull request #14929 from Yohannfra/add-neovide-editor

Add Neovide support
This commit is contained in:
Markus Olsson 2022-09-02 13:59:08 +02:00 committed by GitHub
commit 98ef39e4f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -31,6 +31,10 @@ const editors: IDarwinExternalEditor[] = [
name: 'MacVim',
bundleIdentifiers: ['org.vim.MacVim'],
},
{
name: 'Neovide',
bundleIdentifiers: ['com.neovide.neovide'],
},
{
name: 'Visual Studio Code',
bundleIdentifiers: ['com.microsoft.VSCode'],

View file

@ -212,6 +212,7 @@ These editors are currently supported:
- [Atom](https://atom.io/)
- [MacVim](https://macvim-dev.github.io/macvim/)
- [Neovide](https://github.com/neovide/neovide)
- [Visual Studio Code](https://code.visualstudio.com/) - both stable and Insiders channel
- [Visual Studio Codium](https://vscodium.com/)
- [Sublime Text](https://www.sublimetext.com/)