From f8b5cbe6312b568def1f91d747e2cdb8984fdf2e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 18 Apr 2025 17:44:38 +0200 Subject: docs: cleanup - brief should live at the top of each file - fix indentation for some docs --- lsp/groovyls.lua | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'lsp/groovyls.lua') 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', -- cgit v1.2.3-70-g09d2