This project configure NeoVim for Elixir usage.
To use it, clone this repo in the ~/.config
folder and rename it to nvim
.
- Install
erlang
andelixir
usingasdf
. - All the other LSP clients should be installed by
mason
. The only problem could beefm
server, the next point describes how to install that. - To install Credo, follow the procedure listed here.
- Refer to this guide to proper unit tests visualisation.