From 45c0e6016249886ee1a148d29d7ca81f85d98ec2 Mon Sep 17 00:00:00 2001 From: Dayvid Albuquerque <115833146+D4yvid@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:41:13 -0300 Subject: [PATCH] Change the "completionKinds" documentation text. --- doc/lsp.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lsp.txt b/doc/lsp.txt index 1bf8454..93a99e1 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -452,12 +452,12 @@ usePopupInCodeAction |Boolean| option. When using the |:LspCodeAction| command to display the code action for the current line, use a popup menu instead of echoing. By default this is set to false. - *lsp-opt-customCompletionKinds* + *lsp-opt-customCompletionKinds* customCompletionKinds |Boolean| option. If you set this to true, you can set custom completion kinds using the option completionKinds. - *lsp-opt-completionKinds* -completionKinds |Dictionary| option. Here you can set custom completion - kinds. To view all completion kind names, use :h lsp-custom-kinds + *lsp-opt-completionKinds* +completionKinds |Dictionary| option. See |lsp-custom-kinds| for all + completion kind names. For example, to disable the automatic placement of signs for the LSP diagnostic messages, you can add the following line to your .vimrc file: > -- 2.48.1