aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2022-07-22 14:26:17 +0000
committergithub-actions <github-actions@github.com>2022-07-22 14:26:17 +0000
commit0de1a22d02f88712efc6c5d31e774e18a76d1396 (patch)
tree288ed64c2a540bd0a431cc44e928a655459a8d5a
parentfix(denols): handle deno.cache from codeaction #2016 (diff)
downloadnvim-lspconfig-0de1a22d02f88712efc6c5d31e774e18a76d1396.tar
nvim-lspconfig-0de1a22d02f88712efc6c5d31e774e18a76d1396.tar.gz
nvim-lspconfig-0de1a22d02f88712efc6c5d31e774e18a76d1396.tar.bz2
nvim-lspconfig-0de1a22d02f88712efc6c5d31e774e18a76d1396.tar.lz
nvim-lspconfig-0de1a22d02f88712efc6c5d31e774e18a76d1396.tar.xz
nvim-lspconfig-0de1a22d02f88712efc6c5d31e774e18a76d1396.tar.zst
nvim-lspconfig-0de1a22d02f88712efc6c5d31e774e18a76d1396.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md3
-rw-r--r--doc/server_configurations.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 9a2a9952..21cec4cc 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -1268,7 +1268,8 @@ require'lspconfig'.denols.setup{}
```lua
{
["textDocument/definition"] = <function 1>,
- ["textDocument/references"] = <function 1>
+ ["textDocument/references"] = <function 1>,
+ ["workspace/executeCommand"] = <function 2>
}
```
- `init_options` :
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 9a2a9952..21cec4cc 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -1268,7 +1268,8 @@ require'lspconfig'.denols.setup{}
```lua
{
["textDocument/definition"] = <function 1>,
- ["textDocument/references"] = <function 1>
+ ["textDocument/references"] = <function 1>,
+ ["workspace/executeCommand"] = <function 2>
}
```
- `init_options` :