From: Dayvid Albuquerque <115833146+D4yvid@users.noreply.github.com> Date: Tue, 11 Apr 2023 15:41:13 +0000 (-0300) Subject: Change the "completionKinds" documentation text. X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=45c0e6016249886ee1a148d29d7ca81f85d98ec2;p=vim-lsp.git Change the "completionKinds" documentation text. --- 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: >