elixir-tools / elixir-tools.nvim

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

Move ElixirLS installation to ~/.cache #2

Closed mhanberg closed 2 years ago

mhanberg commented 2 years ago

Currently when ElixirLS is downloaded and compiled, it all happens inside of the .elixir_ls directory of your project.

We should move the source code download and the release artifacts to the ~/.cache directory so that all project don't have to redownload and recompile if they don't need to.