diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-05 15:58:59 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-05 15:58:59 +0000 |
| commit | 37bd37793d0b08498720b36f79e1a893cbf4cb73 (patch) | |
| tree | 2b6f29b0fb9a13927ee0023aeb3a1c235f294ff0 /doc/configs.md | |
| parent | feat(svelte): command to migrate to svelte 5 #3638 (diff) | |
| download | nvim-lspconfig-37bd37793d0b08498720b36f79e1a893cbf4cb73.tar nvim-lspconfig-37bd37793d0b08498720b36f79e1a893cbf4cb73.tar.gz nvim-lspconfig-37bd37793d0b08498720b36f79e1a893cbf4cb73.tar.bz2 nvim-lspconfig-37bd37793d0b08498720b36f79e1a893cbf4cb73.tar.lz nvim-lspconfig-37bd37793d0b08498720b36f79e1a893cbf4cb73.tar.xz nvim-lspconfig-37bd37793d0b08498720b36f79e1a893cbf4cb73.tar.zst nvim-lspconfig-37bd37793d0b08498720b36f79e1a893cbf4cb73.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/configs.md b/doc/configs.md index 41a8ce3b..f211ccd0 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -10701,6 +10701,9 @@ Snippet to enable the language server: require'lspconfig'.svelte.setup{} ``` +Commands: +- MigrateToSvelte5: Migrate Component to Svelte 5 Syntax + Default config: - `cmd` : ```lua @@ -10710,7 +10713,7 @@ Default config: ```lua { "svelte" } ``` -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/svelte.lua:4](../lua/lspconfig/configs/svelte.lua#L4) +- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/svelte.lua:17](../lua/lspconfig/configs/svelte.lua#L17) --- |
