aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/metals.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-40/+0
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* fix(metals): disable capabilities.workspace.configuration for new version of ↵Denys Rybalka2022-08-281-0/+5
| | | | metals (#2100)
* docs(metals): update metals instructions (#1959)Chris Kipp2022-06-161-12/+2
| | | | | | | | | | | | - Updates link to the metals website - Removes the instructions about manual bootstrapping I removed these instructions because with `cs install metals` there is no reason to manually bootstrap it, we actually discourage it. Especially now that we are on a new Scala version (2.13), the old instructions including Scala 2.12 will fail. When using `cs install`, all of this is just handled for you. `nvim-metals` is still the path we recommend for any metals users.
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+45