diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-26 12:09:19 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-26 12:09:19 +0000 |
| commit | fa2662510d30b06168b6e2e6915518decde6bbac (patch) | |
| tree | 7633a00d33ef9404321eda2a67da8f11965dfd0c | |
| parent | feat(ts_ls): add _typescript.rename handler #3779 (diff) | |
| download | nvim-lspconfig-fa2662510d30b06168b6e2e6915518decde6bbac.tar nvim-lspconfig-fa2662510d30b06168b6e2e6915518decde6bbac.tar.gz nvim-lspconfig-fa2662510d30b06168b6e2e6915518decde6bbac.tar.bz2 nvim-lspconfig-fa2662510d30b06168b6e2e6915518decde6bbac.tar.lz nvim-lspconfig-fa2662510d30b06168b6e2e6915518decde6bbac.tar.xz nvim-lspconfig-fa2662510d30b06168b6e2e6915518decde6bbac.tar.zst nvim-lspconfig-fa2662510d30b06168b6e2e6915518decde6bbac.zip | |
docs: update configs.mdv2.1.0
skip-checks: true
| -rw-r--r-- | doc/configs.md | 6 | ||||
| -rw-r--r-- | doc/configs.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md index 28167487..60736bdb 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11526,6 +11526,12 @@ Default config: ```lua { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx" } ``` +- `handlers` : + ```lua + { + ["_typescript.rename"] = <function 1> + } + ``` - `init_options` : ```lua { diff --git a/doc/configs.txt b/doc/configs.txt index 7be95686..4143bc4e 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -10880,6 +10880,12 @@ Default config: ```lua { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx" } ``` +- `handlers` : + ```lua + { + ["_typescript.rename"] = <function 1> + } + ``` - `init_options` : ```lua { |
