diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim_lsp/groovyls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
