feat: use elixir-tools.nvim for additional highlighting

This commit is contained in:
NotAShelf 2023-04-15 22:51:13 +03:00
commit 3071c6bb4b
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
9 changed files with 112 additions and 3 deletions

View file

@ -344,7 +344,7 @@ in {
${writeIf cfg.elixir.enable ''
lspconfig.elixirls.setup {
cmd = { "${pkgs.elixir-ls}/language_server.sh" },
cmd = { "${lib.getExe pkgs.elixir-ls}" },
on_attach = on_attach
}
''}