languages/elixir: readd; format module options

This commit is contained in:
raf 2024-05-07 00:52:33 +03:00
commit e96897f6b3
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
10 changed files with 175 additions and 98 deletions

View file

@ -24,9 +24,9 @@ Release notes for release 0.7
automatically if you have autoformatting enabled, but can be disabled manually
if you choose to.
- Remove vim-tidal and friends
- Refactor `programs.languages.elixir` to use lspconfig and none-ls for LSP and
formatter setups respectively. Diagnostics support is considered, and may be
added once the [credo](https://github.com/rrrene/credo) linter has been added
to nixpkgs. A pull request is currently open.
- Remove unmaintained Elixir language module. This has been long broken, and was
unmaintained due to my disinterest in using Elixir. If you depend on Elixir
language support, please create an issue. Do keep in mind that elixirls **does
not exist in nixpkgs**.
- Remove vim-tidal and friends