diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-29 16:07:58 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-29 16:07:58 +0000 |
| commit | bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8 (patch) | |
| tree | c700f32409bdf0d516fa4537449451b89edf8168 /doc/configs.md | |
| parent | fix(angularls): handle nil #3594 (diff) | |
| download | nvim-lspconfig-bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8.tar nvim-lspconfig-bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8.tar.gz nvim-lspconfig-bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8.tar.bz2 nvim-lspconfig-bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8.tar.lz nvim-lspconfig-bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8.tar.xz nvim-lspconfig-bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8.tar.zst nvim-lspconfig-bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8.zip | |
docs: update configs.mdv1.6.0
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index df1129bc..ddaa7d7c 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -550,13 +550,13 @@ require'lspconfig'.angularls.setup{} Default config: - `cmd` : ```lua - { "ngserver", "--stdio", "--tsProbeLocations", "", "--ngProbeLocations", "" } + { "ngserver", "--stdio", "--tsProbeLocations", "", "--ngProbeLocations", "", "--angularCoreVersion", "" } ``` - `filetypes` : ```lua { "typescript", "html", "typescriptreact", "typescript.tsx", "htmlangular" } ``` -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/angularls.lua:15](../lua/lspconfig/configs/angularls.lua#L15) +- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/angularls.lua:39](../lua/lspconfig/configs/angularls.lua#L39) ## ansiblels |
