languages/scala: Add scala language support (#399)

* languages/scala: Add scala language support

Adds LSP support for Scala via nvim-metals

* Fix luaInline import

* Add changelog entry for Scala support to 0.7 release notes

---------

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
ksonj 2024-10-12 05:43:33 +02:00 committed by GitHub
commit caaacbf59c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 177 additions and 0 deletions

View file

@ -267,3 +267,7 @@ everyone.
- Add support for [base16 theming](https://github.com/RRethy/base16-nvim) under
`vim.theme`
- Fix internal breakage in `elixir-tools` setup.
[ksonj](https://github.com/ksonj):
- Add LSP support for Scala via [nvim-metals](https://github.com/scalameta/nvim-metals)