diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-06-19 15:00:23 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-06-19 15:00:23 +0000 |
| commit | bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e (patch) | |
| tree | da4aa6a5e80e65c1927d3d7fce4c0882e904edc2 | |
| parent | fix(hhvm): run server in project root #4456 (diff) | |
| download | nvim-lspconfig-bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e.tar nvim-lspconfig-bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e.tar.gz nvim-lspconfig-bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e.tar.bz2 nvim-lspconfig-bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e.tar.lz nvim-lspconfig-bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e.tar.xz nvim-lspconfig-bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e.tar.zst nvim-lspconfig-bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e.zip | |
skip-checks: true
| -rw-r--r-- | doc/configs.md | 5 | ||||
| -rw-r--r-- | doc/configs.txt | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md index e851b74a..b27681d0 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -6037,10 +6037,7 @@ vim.lsp.enable('hhvm') ``` Default config: -- `cmd` : - ```lua - { "hh_client", "lsp" } - ``` +- `cmd`: [../lsp/hhvm.lua:10](../lsp/hhvm.lua#L10) - `filetypes` : ```lua { "php", "hack" } diff --git a/doc/configs.txt b/doc/configs.txt index caa46e0f..0e95bf9b 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -4362,8 +4362,7 @@ Snippet to enable the language server: >lua Default config: -- cmd: >lua - { "hh_client", "lsp" } +- cmd (use "gF" to view): ../lsp/hhvm.lua:10 - filetypes: >lua { "php", "hack" } - root_markers: >lua |
