languages/scala: Add scala language support

Adds LSP support for Scala via nvim-metals
This commit is contained in:
Kalle Jepsen 2024-10-04 10:22:04 +02:00
commit 0c55cf8c11
5 changed files with 174 additions and 0 deletions

View file

@ -19,6 +19,7 @@ in {
./python.nix
./r.nix
./rust.nix
./scala.nix
./sql.nix
./svelte.nix
./tailwind.nix