doc/lsp.txt | 8 ++++---- diff --git a/doc/lsp.txt b/doc/lsp.txt index 1bf8454e496f7b94edb503aadc4c111190ffe2ae..93a99e1eeefe7ace8d907135c419feacbf2bd588 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: >