aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--lua/nvim_lsp/groovyls.lua2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 02e57b37..3a422f11 100644
--- a/README.md
+++ b/README.md
@@ -2014,7 +2014,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:
@@ -3097,7 +3097,7 @@ require'nvim_lsp'.omnisharp.setup{}
Commands:
Default Values:
- cmd = { "/home/wuilliam.lacruz/.cache/nvim/nvim_lsp/omnisharp/run", "--languageserver", "--hostPID", "4103" }
+ cmd = { "/home/wuilliam.lacruz/.cache/nvim/nvim_lsp/omnisharp/run", "--languageserver", "--hostPID", "14270" }
filetypes = { "cs", "vb" }
init_options = {}
on_new_config = <function 1>
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: