How to setup vim for elixir development

I just wrote a simple guide on how you can setup a productive elixir development environment in vim.

Its really easy, just a few steps. For completetion , go to def and other lsp features i wrote a simple plugin (https://github.com/amiralies/coc-elixir) for coc.nvim which is just a simple port of vscode elixir lsp plugin (it actually uses the language server which vscode plugin uses).

6 Likes

Quite nice and short, however I have some issues with CoC as it tries to replace built in Vim features and do not work nicely with built in functionalities which is sad :frowning:

3 Likes