From a7876462ee670109504a93d32e8345a370d75fa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 26 Apr 2025 12:38:42 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 3 +++ doc/configs.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/configs.md b/doc/configs.md index 60736bdb..79aa6426 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11475,6 +11475,8 @@ 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`. + ### Vue support As of 2.0.0, Volar no longer supports TypeScript itself. Instead, a plugin @@ -11538,6 +11540,7 @@ Default config: hostInfo = "neovim" } ``` +- `on_attach` source (use "gF" to open): [../lsp/ts_ls.lua:71](../lsp/ts_ls.lua#L71) - `root_markers` : ```lua { "tsconfig.json", "jsconfig.json", "package.json", ".git" } diff --git a/doc/configs.txt b/doc/configs.txt index 4143bc4e..e9bf9b6c 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -10830,6 +10830,8 @@ 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`. + ### Vue support As of 2.0.0, Volar no longer supports TypeScript itself. Instead, a plugin @@ -10892,6 +10894,7 @@ Default config: hostInfo = "neovim" } ``` +- `on_attach` source (use "gF" to open): [../lsp/ts_ls.lua:71](../lsp/ts_ls.lua#L71) - `root_markers` : ```lua { "tsconfig.json", "jsconfig.json", "package.json", ".git" } -- cgit v1.2.3-70-g09d2