Skip to content

Commit

Permalink
fix(ext): Update default Neovide argument to --no-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorchmar authored and Frederick888 committed Jan 18, 2024
1 parent a0a63ef commit 4805a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/options/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const editors = {
'vim': new Editor('vim', false),
'emacs': new Editor('emacs', true),
'kak': new Editor('kak', false),
'neovide': new Editor('neovide --nofork', true),
'neovide': new Editor('neovide --no-fork', true),
'gvim': new Editor('gvim --nofork', true),
}
const homebrewDefaultDir = '/usr/local/bin/'
Expand Down

0 comments on commit 4805a1d

Please sign in to comment.