aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorMatthias Schaub <83658582+matthiasschaub@users.noreply.github.com>2022-03-22 17:23:21 +0100
committerGitHub <noreply@github.com>2022-03-22 09:23:21 -0700
commitaf16ec5e97aaf5f1383c0dc62941e3385e94e1e8 (patch)
tree667ef32d26ce5fb1da6decc0c3e126977011e519 /lua
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-af16ec5e97aaf5f1383c0dc62941e3385e94e1e8.tar
nvim-lspconfig-af16ec5e97aaf5f1383c0dc62941e3385e94e1e8.tar.gz
nvim-lspconfig-af16ec5e97aaf5f1383c0dc62941e3385e94e1e8.tar.bz2
nvim-lspconfig-af16ec5e97aaf5f1383c0dc62941e3385e94e1e8.tar.lz
nvim-lspconfig-af16ec5e97aaf5f1383c0dc62941e3385e94e1e8.tar.xz
nvim-lspconfig-af16ec5e97aaf5f1383c0dc62941e3385e94e1e8.tar.zst
nvim-lspconfig-af16ec5e97aaf5f1383c0dc62941e3385e94e1e8.zip
fix(hoon-language-server): remove example (#1804)
Example of how to use the 'cmd' setting is not needed. Also the name of the language server in this example is wrong. Co-authored-by: Matthias Schaub <matthias.schaub@posteo.de>
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/server_configurations/hoon_ls.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/lspconfig/server_configurations/hoon_ls.lua b/lua/lspconfig/server_configurations/hoon_ls.lua
index d947ea76..a72ec6b6 100644
--- a/lua/lspconfig/server_configurations/hoon_ls.lua
+++ b/lua/lspconfig/server_configurations/hoon_ls.lua
@@ -24,13 +24,6 @@ The language server can be installed via `npm install -g hoon-language-server`
Install and build Urbit. Then, start a fake ~zod with `urbit -lF zod -c zod`.
And start the language server at the Urbit Dojo prompt with: `|start %language-server`
-
-If your ship does not run on port 8080 change the `cmd` setting:
-
-```lua
-require'lspconfig'.elixirls.setup{
- cmd = { 'hoon-language-server', '-p', '80' }
-}
```
]],
},