aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2023-08-07 06:35:06 -0700
committerGitHub <noreply@github.com>2023-08-07 06:35:06 -0700
commit832459219b4cbf3151e48b43187f1ab0c94ea285 (patch)
tree4a1b1e68d5f594f39f1db54373e72aa1dba71cda /runtime/doc
parent369f58797dbd3c0e18035d26e6f5d6634be7a2a9 (diff)
downloadrneovim-832459219b4cbf3151e48b43187f1ab0c94ea285.tar.gz
rneovim-832459219b4cbf3151e48b43187f1ab0c94ea285.tar.bz2
rneovim-832459219b4cbf3151e48b43187f1ab0c94ea285.zip
docs(lsp): fix references to protocol.constants #24578
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index da624dba65..2140284503 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -1154,7 +1154,7 @@ code_action({options}) *vim.lsp.buf.code_action()*
See also: ~
• https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction
- • vim.lsp.protocol.constants.CodeActionTriggerKind
+ • vim.lsp.protocol.CodeActionTriggerKind
completion({context}) *vim.lsp.buf.completion()*
Retrieves the completion items at the current cursor position. Can only be
@@ -1167,7 +1167,7 @@ completion({context}) *vim.lsp.buf.completion()*
character, if applicable)
See also: ~
- • vim.lsp.protocol.constants.CompletionTriggerKind
+ • vim.lsp.protocol.CompletionTriggerKind
declaration({options}) *vim.lsp.buf.declaration()*
Jumps to the declaration of the symbol under the cursor.