Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions/links for different clients to README #55

Closed
nwolverson opened this issue Mar 11, 2019 · 3 comments
Closed

Add instructions/links for different clients to README #55

nwolverson opened this issue Mar 11, 2019 · 3 comments

Comments

@nwolverson
Copy link
Owner

coc.nvim - see #53

@andys8
Copy link
Contributor

andys8 commented Aug 31, 2020

It took me quite some time to figure out how to pass settings. Other language servers mostly use initializationOptions which didn't work.

Here is an example (Vim/CoC):

    "purescript": {
      "command": "purescript-language-server",
      "args": ["--stdio"],
      "filetypes": ["purescript"],
      "trace.server": "off",
      "rootPatterns": ["bower.json", "psc-package.json", "spago.dhall"],
      "settings": {
        "purescript": {
          "addSpagoSources": true,
          "outputDirectory": "ls-output"
        }
      }
    }

@andys8
Copy link
Contributor

andys8 commented Sep 1, 2020

I updated the CoC wiki example: https://github.com/neoclide/coc.nvim/wiki/Language-servers#purescript

@nwolverson
Copy link
Owner Author

Closing this issue as not directly actionable, information or PRs providing config for other clients is welcome but should be a separate issue/PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants