Skip to content

Commit bf81bef

Browse files
docs: update configs.md
skip-checks: true
1 parent e6ea632 commit bf81bef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/configs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -550,13 +550,13 @@ require'lspconfig'.angularls.setup{}
550550
Default config:
551551
- `cmd` :
552552
```lua
553-
{ "ngserver", "--stdio", "--tsProbeLocations", "", "--ngProbeLocations", "" }
553+
{ "ngserver", "--stdio", "--tsProbeLocations", "", "--ngProbeLocations", "", "--angularCoreVersion", "" }
554554
```
555555
- `filetypes` :
556556
```lua
557557
{ "typescript", "html", "typescriptreact", "typescript.tsx", "htmlangular" }
558558
```
559-
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/angularls.lua:15](../lua/lspconfig/configs/angularls.lua#L15)
559+
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/angularls.lua:39](../lua/lspconfig/configs/angularls.lua#L39)
560560

561561

562562
## ansiblels

doc/configs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -550,13 +550,13 @@ require'lspconfig'.angularls.setup{}
550550
Default config:
551551
- `cmd` :
552552
```lua
553-
{ "ngserver", "--stdio", "--tsProbeLocations", "", "--ngProbeLocations", "" }
553+
{ "ngserver", "--stdio", "--tsProbeLocations", "", "--ngProbeLocations", "", "--angularCoreVersion", "" }
554554
```
555555
- `filetypes` :
556556
```lua
557557
{ "typescript", "html", "typescriptreact", "typescript.tsx", "htmlangular" }
558558
```
559-
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/angularls.lua:15](../lua/lspconfig/configs/angularls.lua#L15)
559+
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/angularls.lua:39](../lua/lspconfig/configs/angularls.lua#L39)
560560

561561

562562
## ansiblels

0 commit comments

Comments
 (0)