We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff6dbd commit 177c72bCopy full SHA for 177c72b
nvim/nvim_test.go
@@ -26,7 +26,7 @@ import (
26
27
func newChildProcess(t *testing.T) (*Nvim, func()) {
28
v, err := NewChildProcess(
29
- ChildProcessArgs("-u", "NONE", "-n", "--embed"),
+ ChildProcessArgs("-u", "NONE", "-n", "--embed", "--headless"),
30
ChildProcessEnv([]string{}),
31
ChildProcessLogf(t.Logf))
32
if err != nil {
0 commit comments