How to Set Up Neovim for Elixir Development (opens in new tab)
From Mitchell Hanberg's Blog: > [!IMPORTANT] Update > 4/12/22: I've started working on a dedicated Neovim plugin for Elixir called elixir-tools.nvim. Please follow me on Twitter for more frequent updates! This article is the spiritual successor to How to use Elixir LS with Vim. Since then, I've switched from Vim to the nightly release of Neovim as well as how I integrate linters, formatters, and LSPs. This article will cover: - Installing Neovim - Getting started with the builtin LSP client -...
Read the original article