elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
404 stars 30 forks source link

Update ElixirLS #13

Open mhanberg opened 2 years ago

mhanberg commented 2 years ago

There should be an ergonomic way to update ElixirLS. Something like :ElixirUpdateLanguageServer.

qwexvf commented 2 years ago

will it be hard to add a feature that the plugin uses a container of ElixirLS?

mhanberg commented 2 years ago

To clarify, are you asking if "Update ElixirLS" will be hard to add if you want to use a container?

Or, are you just asking in general how to use a docker container of ElixirLS with elixir.nvim?

qwexvf commented 2 years ago

Or, are you just asking in general how to use a docker container of ElixirLS with elixir.nvim?

This! instead of downloading ElixirLS directly i felt it'll be easier if using with docker. Maybe Ill check neovim's lsp docs to see if i can use with docker if its possible ill make a PR!

mhanberg commented 2 years ago

Let's make a separate issue for this as it's unrelated.

mhanberg commented 1 year ago

Later version of neovim (need to figure out if it's on 0.9 or 0.10) have a vim.version module that should help with this, as well as always installing the latest version