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 | |
| 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
| -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 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" } diff --git a/doc/configs.txt b/doc/configs.txt index e79ca1c8..6c01bba7 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -185,8 +185,7 @@ Snippet to enable the language server: >lua Default config: -- cmd: >lua - { "ngserver", "--stdio", "--tsProbeLocations", "../..,?/node_modules", "--ngProbeLocations", "../../@angular/language-server/node_modules,?/node_modules/@angular/language-server/node_modules", "--angularCoreVersion", "" } +- cmd (use "gF" to view): ../lsp/angularls.lua:67 - filetypes: >lua { "typescript", "html", "typescriptreact", "typescript.tsx", "htmlangular" } - root_markers: >lua |
