elixir-tools.nvim
elixir-tools.nvim copied to clipboard
Neovim plugin for Elixir
This merges in the work by @brendalf in https://github.com/brendalf/mix.nvim. Closes #15
will it be hard to add a feature that the plugin uses a container of ElixirLS? _Originally posted by @qwexvf in https://github.com/mhanberg/elixir.nvim/issues/13#issuecomment-1180137488_
There should be an ergonomic way to update ElixirLS. Something like `:ElixirUpdateLanguageServer`.
I don't think we necessarily need to depend on the lspconfig library and can re-write some things to not have to use it. nvim-metals does not depend on lspconfig.
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...
I'm not really sure what sort of Elixir specific treesitter integrations we can include, but we'll use this issue to collect them and track them. - [ ] Library specific...
ElixirLS needs to use the .bat script if we're running on windows, but it's currently hard coded to the shell script.
ElixirLS implements the debugger protocol that is compatible with [nvim-dap](https://github.com/mfussenegger/nvim-dap) and the plugin should expose an easy to use integration with lots of documentation.
Thanks a lot for `elixir.nvim`. Thanks a lot for your blogposts about how to setup neovim for elixir development. They are massively helpful. It would be great if Credo can...