diff options
Diffstat (limited to 'lsp/groovyls.lua')
| -rw-r--r-- | lsp/groovyls.lua | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/lsp/groovyls.lua b/lsp/groovyls.lua index f25ece3a..7610bf0b 100644 --- a/lsp/groovyls.lua +++ b/lsp/groovyls.lua @@ -1,22 +1,22 @@ ---@brief --- --- https://github.com/prominic/groovy-language-server.git --- --- Requirements: --- - Linux/macOS (for now) --- - Java 11+ --- --- `groovyls` can be installed by following the instructions [here](https://github.com/prominic/groovy-language-server.git#build). --- --- If you have installed groovy language server, you can set the `cmd` custom path as follow: --- --- ```lua --- vim.lsp.config('groovyls', { --- -- Unix --- cmd = { "java", "-jar", "path/to/groovyls/groovy-language-server-all.jar" }, --- ... --- }) --- ``` +--- https://github.com/prominic/groovy-language-server.git +--- +--- Requirements: +--- - Linux/macOS (for now) +--- - Java 11+ +--- +--- `groovyls` can be installed by following the instructions [here](https://github.com/prominic/groovy-language-server.git#build). +--- +--- If you have installed groovy language server, you can set the `cmd` custom path as follow: +--- +--- ```lua +--- vim.lsp.config('groovyls', { +--- -- Unix +--- cmd = { "java", "-jar", "path/to/groovyls/groovy-language-server-all.jar" }, +--- ... +--- }) +--- ``` return { cmd = { 'java', |
