aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/metals.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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-261-7/+13
|
* metals: change config attribute name to filetypes from filetypeHirokazu Hata2020-03-181-1/+1
|
* window/showMessage: the display level can be set for 'window/showMessage' ↵Hirokazu Hata2020-02-241-2/+0
| | | | | | notification related with #127
* lua: remove `settings = {}`Hirokazu Hata2020-02-161-1/+0
| | | | configs.lua set settings vim.empty_dict() as default
* rename "skeleton" to "configs"Justin M. Keyes2020-01-311-4/+4
| | | | | ref b487481e19ab ref #100
* Update coursier url (#104)Chris Kipp2020-01-261-1/+1
|
* metals (75Fernando Garcia Borges2020-01-251-0/+79
Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com>