Commit eda5b49
authored
Coc config file requires a {} nesting everything
Coc site [1] now shows an example config with a top level `{}` that includes everything. Without it, `Coc` complains about syntax error in the config file, and the language server will not be loaded.
```json
{
"languageserver": {
"go": {
"command": "gopls",
"rootPatterns": ["go.mod"],
"trace.server": "verbose",
"filetypes": ["go"]
}
}
}
```
[1] https://github.com/neoclide/coc.nvim1 parent bda4058 commit eda5b49
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| 385 | + | |
385 | 386 | | |
386 | 387 | | |
387 | 388 | | |
| |||
404 | 405 | | |
405 | 406 | | |
406 | 407 | | |
| 408 | + | |
407 | 409 | | |
408 | 410 | | |
409 | 411 | | |
| |||
0 commit comments