Neovim - Elixir Setup Configuration from Scratch Guide

Oh absolutely, in fact all this drama of mine started with me asking myself “why hasn’t LunarVim gotten a major release in a year now?” about a week ago and I then went ahead to dig up info, leading me to the GitHub discussion linked above.

I am 99% migrated to AstroNvim at this point and I like it much more. Only some small details and customizations on Golang and Rust LSP / post-processing tooling remains, everything else is covered and tested.

As an example: I have two separate formatters enabled on Golang and it leads to them both stepping on each others’ toes and weirdly split only some function calls (not even all) into this:

doStuff(
  firstArg,
  secondArg
)

…which it really shouldn’t do because I only wish line splitting if the line goes above 100 characters. But I’ll fix these idiosyncrasies pretty soon.