nixos/home/modules/ide/nvim/lsp/elixir.nix
2026-04-16 22:18:45 +02:00

6 lines
64 B
Nix

{
plugins.lsp.servers.elixirls = {
enable = true;
};
}