From cb3876881a69540703bb9ea132bad02efb073e10 Mon Sep 17 00:00:00 2001 From: Wuilliam Lacruz Date: Thu, 17 Sep 2020 15:09:09 -0300 Subject: fix(groovyls) README fix --- lua/nvim_lsp/groovyls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim_lsp/groovyls.lua b/lua/nvim_lsp/groovyls.lua index de6447a8..f65c2c70 100644 --- a/lua/nvim_lsp/groovyls.lua +++ b/lua/nvim_lsp/groovyls.lua @@ -81,7 +81,7 @@ Requirements: `groovyls` can be installed via `:LspInstall groovyls` or by yourself by following the instructions [here](https://github.com/prominic/groovy-language-server.git#build). -This language server does not provide a global binary, but must be installed manually. The command `:LspInstaller groovyls` makes an attempt at installing the binary by +The command `:LspInstaller groovyls` makes an attempt at installing the binary by Fetching the groovyls repository from GitHub, compiling it and then expose a binary. If you installed groovy language server by yourself, you can set the `cmd` custom path as follow: -- cgit v1.3.1