2 Commits

Author SHA1 Message Date
1552c1fdc3
chore: allow to override erlang and elixir used to compile elixirls
With this change, it's possible to override the `erlang` and `elixir`
versions used to compile `elixir-ls`.

For example, to compile v0.24.1 with erlang 27.1.2 and elixir 1.17.3,
run the following:

```bash
./elixir-ls-setup.sh v0.24.1 27.1.2 1.17.3
```
2024-10-30 18:41:50 +00:00
6feae34b63 feat: improve depedencies setup and upgrade tools to latest version (#24)
1. Migrate from `rtx` to `mise`
2. Set most of the tools using `mise`
   * Some tools, such as `starship` and `zoxide` are installed locally, so they are available at boot time
3. Improve `tmux` by adding
   * resurrect and continuum to record/restore sessions
   * better color scheme
4. Setup multiple `elixir-ls` releases using the same repository
5. Upgraded `kickstart.nvim` to latest version

Reviewed-on: #24
2024-01-14 19:00:37 +00:00