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 /doc/configs.txt | |
| parent | feat(ts_ls): add _typescript.rename handler #3779 (diff) | |
| download | nvim-lspconfig-2.1.0.tar nvim-lspconfig-2.1.0.tar.gz nvim-lspconfig-2.1.0.tar.bz2 nvim-lspconfig-2.1.0.tar.lz nvim-lspconfig-2.1.0.tar.xz nvim-lspconfig-2.1.0.tar.zst nvim-lspconfig-2.1.0.zip | |
docs: update configs.mdv2.1.0
skip-checks: true
Diffstat (limited to 'doc/configs.txt')
| -rw-r--r-- | doc/configs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |
