Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Feb 23, 2024
1 parent 975c649 commit 74eb860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func InitEditor(options Options, args []string) {
e.putLog("finished generating the application")

// new nvim instance
signal, redrawUpdates, guiUpdates, nvimCh, uiRCh, errCh := newNvim(100, 10, e.ctx)
signal, redrawUpdates, guiUpdates, nvimCh, uiRCh, errCh := newNvim(100, 50, e.ctx)

// e.setAppDirPath(home)

Expand Down

0 comments on commit 74eb860

Please sign in to comment.