Skip to content

Commit 37bd377

Browse files
docs: update configs.md
skip-checks: true
1 parent 32ed352 commit 37bd377

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/configs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10701,6 +10701,9 @@ Snippet to enable the language server:
1070110701
require'lspconfig'.svelte.setup{}
1070210702
```
1070310703

10704+
Commands:
10705+
- MigrateToSvelte5: Migrate Component to Svelte 5 Syntax
10706+
1070410707
Default config:
1070510708
- `cmd` :
1070610709
```lua
@@ -10710,7 +10713,7 @@ Default config:
1071010713
```lua
1071110714
{ "svelte" }
1071210715
```
10713-
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/svelte.lua:4](../lua/lspconfig/configs/svelte.lua#L4)
10716+
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/svelte.lua:17](../lua/lspconfig/configs/svelte.lua#L17)
1071410717

1071510718
---
1071610719

doc/configs.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10052,6 +10052,9 @@ Snippet to enable the language server: >lua
1005210052
require'lspconfig'.svelte.setup{}
1005310053

1005410054

10055+
Commands:
10056+
- MigrateToSvelte5: Migrate Component to Svelte 5 Syntax
10057+
1005510058
Default config:
1005610059
- `cmd` :
1005710060
```lua
@@ -10061,7 +10064,7 @@ Default config:
1006110064
```lua
1006210065
{ "svelte" }
1006310066
```
10064-
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/svelte.lua:4](../lua/lspconfig/configs/svelte.lua#L4)
10067+
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/svelte.lua:17](../lua/lspconfig/configs/svelte.lua#L17)
1006510068

1006610069

1006710070
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)