Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 506 Bytes

Readme.md

File metadata and controls

10 lines (7 loc) · 506 Bytes

NeoVim configuration for Elixir

This project configure NeoVim for Elixir usage. To use it, clone this repo in the ~/.config folder and rename it to nvim.

  • Install erlang and elixir using asdf.
  • All the other LSP clients should be installed by mason. The only problem could be efm 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.