Skip to content

Conversation

hyiltiz
Copy link
Contributor

@hyiltiz hyiltiz commented Aug 12, 2020

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.

{
  "languageserver": {
    "go": {
      "command": "gopls",
      "rootPatterns": ["go.mod"],
      "trace.server": "verbose",
      "filetypes": ["go"]
    }
  }
}

[1] https://github.com/neoclide/coc.nvim

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.nvim
@lukel97 lukel97 merged commit 8b9b66c into haskell:master Aug 13, 2020
pepeiborra pushed a commit that referenced this pull request Dec 27, 2020
* Show kinds in hover

* Documentation on hover

* Enable kind tests

* Fix tests

* Print literals

* Show (some) overloaded literals

* Fix for 8.4

* Fix tests

* Do not consider literals for definitions

* Suggestions by @cocreature

* No warning for 8.4

* More fixes for 8.4

* Make it work with ghc-lib

* More fixes for warnings when compiled with ghc-lib

* More fixes to build in ghc-lib

* Try once again to build with ghc-lib

* More fixes for ghc-lib

* Fix warning with ghc-lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants