aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/metals.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-106/+0
|
* Add coursier candidate, fix folder creation when emptyLander Lopez2020-06-081-7/+12
|
* docgen: use package.json for generating metals docHirokazu Hata2020-05-181-1/+0
| | | | fix: https://github.com/neovim/nvim-lsp/runs/684011087
* Remove unnecessary init_options for Metals.ckipp012020-05-051-13/+1
| | | | | | | As of the 0.9.0 release of Metals, a bug was fixed where previously all of the `InitializationOptions` needed to be specified if you set any in order to not have a null pointer exception. This is fixed now so all of the default have been removed, and only the necessary ones remain.
* metals.lua: add server version, message_level, init_options #211Chris Kipp2020-04-271-1/+33
|
* metals.lua: add ability to reuse cs if already installed #209Chris Kipp2020-04-26