Skip to content

Commit

Permalink
Merge pull request #144 from ekorchmar/master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Jan 18, 2024
2 parents a0a63ef + 4805a1d commit 79b18db
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 79b18db

Please sign in to comment.