Skip to content

Commit 8b9b66c

Browse files
authored
Merge pull request #317 from hyiltiz/patch-1
Coc config file requires a {} nesting everything
2 parents bda4058 + eda5b49 commit 8b9b66c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ Follow Coc's [installation instructions](https://github.com/neoclide/coc.nvim).
382382
Then issue `:CocConfig` and add the following to your Coc config file.
383383

384384
```json
385+
{
385386
"languageserver": {
386387
"haskell": {
387388
"command": "haskell-language-server-wrapper",
@@ -404,6 +405,7 @@ Then issue `:CocConfig` and add the following to your Coc config file.
404405
}
405406
}
406407
}
408+
}
407409
```
408410

409411
#### LanguageClient-neovim

0 commit comments

Comments
 (0)