elixir-tools / elixir-tools.nvim

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

No longer depend on nvim-lspconfig #31

Closed mhanberg closed 1 year ago

mhanberg commented 2 years ago

Revert "Revert "feat: no longer require nvim-lspconfig (#27)" (#30)"

This reverts commit 67bb9a1c504fc522391b83f1f46be1a1ef98918a.

This reverts the #30, which is a revert of #27. We can merge this when vim.fs and vim.lsp.start make it into stable.

Closes #5 Lose dependency on lspconfig

jfpedroza commented 1 year ago

This removed support for the cmd option and given that it's still in the docs, I believe it wasn't intentional.

mhanberg commented 1 year ago

@jfpedroza fixed in #42