diff options
| author | github-actions <github-actions@github.com> | 2022-03-22 16:23:45 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-03-22 16:23:45 +0000 |
| commit | 63efd6ed156ae578c7e23278ec0a82776802106b (patch) | |
| tree | c85ed9db2648e3f93c25acd52adb3e12525b9c50 | |
| parent | fix(hoon-language-server): remove example (#1804) (diff) | |
| download | nvim-lspconfig-63efd6ed156ae578c7e23278ec0a82776802106b.tar nvim-lspconfig-63efd6ed156ae578c7e23278ec0a82776802106b.tar.gz nvim-lspconfig-63efd6ed156ae578c7e23278ec0a82776802106b.tar.bz2 nvim-lspconfig-63efd6ed156ae578c7e23278ec0a82776802106b.tar.lz nvim-lspconfig-63efd6ed156ae578c7e23278ec0a82776802106b.tar.xz nvim-lspconfig-63efd6ed156ae578c7e23278ec0a82776802106b.tar.zst nvim-lspconfig-63efd6ed156ae578c7e23278ec0a82776802106b.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 7 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index c46aaa62..57d5a891 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -2417,13 +2417,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' } -} ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index c46aaa62..57d5a891 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -2417,13 +2417,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' } -} ``` |
