diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-31 03:08:17 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-31 03:08:17 +0000 |
| commit | e25994a1c2373784364852cd904cb39b6d75f227 (patch) | |
| tree | 58a8b4004184c2b50e8676f5531c80da0f182216 /doc/configs.md | |
| parent | fix(angularls): improve root path resolution #4083 (diff) | |
| download | nvim-lspconfig-e25994a1c2373784364852cd904cb39b6d75f227.tar nvim-lspconfig-e25994a1c2373784364852cd904cb39b6d75f227.tar.gz nvim-lspconfig-e25994a1c2373784364852cd904cb39b6d75f227.tar.bz2 nvim-lspconfig-e25994a1c2373784364852cd904cb39b6d75f227.tar.lz nvim-lspconfig-e25994a1c2373784364852cd904cb39b6d75f227.tar.xz nvim-lspconfig-e25994a1c2373784364852cd904cb39b6d75f227.tar.zst nvim-lspconfig-e25994a1c2373784364852cd904cb39b6d75f227.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index d7aa2af9..89bb086f 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -603,10 +603,7 @@ vim.lsp.enable('angularls') ``` Default config: -- `cmd` : - ```lua - { "ngserver", "--stdio", "--tsProbeLocations", "../..,?/node_modules", "--ngProbeLocations", "../../@angular/language-server/node_modules,?/node_modules/@angular/language-server/node_modules", "--angularCoreVersion", "" } - ``` +- `cmd`: [../lsp/angularls.lua:67](../lsp/angularls.lua#L67) - `filetypes` : ```lua { "typescript", "html", "typescriptreact", "typescript.tsx", "htmlangular" } |
