aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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' }
-}
```
]],
},