elixir-tools / elixir-tools.nvim

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

fix: bump elixirls #197

Closed avillen closed 7 months ago

avillen commented 7 months ago

Closes #196

mhanberg commented 7 months ago

I think there is a test that needs updated

avillen commented 7 months ago

I think there is a test that needs updated

The truth is that I am not very sure how it can be related to my change. The error seems more related to something about "next-ls" doesn't it? https://github.com/avillen/elixir-tools.nvim/blob/main/tests/utils_spec.lua#L45-L50

mhanberg commented 7 months ago

i meant this test: https://github.com/avillen/elixir-tools.nvim/blob/main/tests/download_spec.lua#L46

in actuality i don't think it matters, i had just remembered updating it in the past.

the test framework just hang sometimes, so the failure is unrelated