elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
417 stars 31 forks source link

Allow locally installed elixir-ls #37

Closed st3fan closed 2 years ago

st3fan commented 2 years ago

This patch allows you to use cmd = "path" in the settings so that you can point to an already installed elixir-ls. This is useful is you manage those yourself or if you are for example hacking on elixir-ls improvements in your local development environment.

mhanberg commented 2 years ago

Would you mind formatting this with stylua? I think some of the indenting is currently off.

st3fan commented 2 years ago

Would you mind formatting this with stylua? I think some of the indenting is currently off.

Oh oops I did not see that the project uses tabs. I just fixed that.

mhanberg commented 2 years ago

Thanks!