docs: update configs.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2025-04-26 13:01:14 +00:00
parent 85e09220a8
commit 746d8ff201
2 changed files with 8 additions and 4 deletions

View File

@ -11475,7 +11475,9 @@ Here's an example that disables type checking in JavaScript files.
}
```
Source actions such as organizing imports and removing unused code are available via `:LspTypescriptSourceAction`.
Use the `:LspTypescriptSourceAction` command to see "whole file" ("source") code-actions such as:
- organize imports
- remove unused code
### Vue support
@ -11540,7 +11542,7 @@ Default config:
hostInfo = "neovim"
}
```
- `on_attach` source (use "gF" to open): [../lsp/ts_ls.lua:71](../lsp/ts_ls.lua#L71)
- `on_attach` source (use "gF" to open): [../lsp/ts_ls.lua:73](../lsp/ts_ls.lua#L73)
- `root_markers` :
```lua
{ "tsconfig.json", "jsconfig.json", "package.json", ".git" }

View File

@ -10830,7 +10830,9 @@ Here's an example that disables type checking in JavaScript files.
}
```
Source actions such as organizing imports and removing unused code are available via `:LspTypescriptSourceAction`.
Use the `:LspTypescriptSourceAction` command to see "whole file" ("source") code-actions such as:
- organize imports
- remove unused code
### Vue support
@ -10894,7 +10896,7 @@ Default config:
hostInfo = "neovim"
}
```
- `on_attach` source (use "gF" to open): [../lsp/ts_ls.lua:71](../lsp/ts_ls.lua#L71)
- `on_attach` source (use "gF" to open): [../lsp/ts_ls.lua:73](../lsp/ts_ls.lua#L73)
- `root_markers` :
```lua
{ "tsconfig.json", "jsconfig.json", "package.json", ".git" }