elixir-tools.nvim icon indicating copy to clipboard operation
elixir-tools.nvim copied to clipboard

Neovim plugin for Elixir

Results 34 elixir-tools.nvim issues
Sort by recently updated
recently updated
newest added

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.

good first issue
waiting-on-stable

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...

waiting-on-stable

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...

There needs to be vim docs in edition to the readme.

documentation

ElixirLS needs to use the .bat script if we're running on windows, but it's currently hard coded to the shell script.

good first issue

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.

help wanted

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...