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

Elixir-LS Language Server Support #31

Closed
gavsim opened this issue Jul 31, 2018 · 2 comments
Closed

Elixir-LS Language Server Support #31

gavsim opened this issue Jul 31, 2018 · 2 comments

Comments

@gavsim
Copy link
Contributor

gavsim commented Jul 31, 2018

Is your feature request related to a problem? Please describe.
No problem.

Describe the solution you'd like
I was wondering if native support for Elixir-LS language server

Describe alternatives you've considered
I can see documentation on that repository for support for vim-lsp if that helps? https://github.com/JakeBecker/elixir-ls/issues/35

@chemzqm
Copy link
Member

chemzqm commented Jul 31, 2018

Add:

  "languageserver": {
    "elixir": {
      "command": "/path/to/language_server.sh",
      "filetypes": ["elixir", "eelixir"]
    }
  }

to your coc-settings.json should make elixir-ls works.

@gavsim
Copy link
Contributor Author

gavsim commented Aug 1, 2018

Working great. Thanks. Keep up the good work 💯

@gavsim gavsim closed this as completed Aug 1, 2018
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

No branches or pull requests

2 participants