]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Change the "completionKinds" documentation text.
authorDayvid Albuquerque <115833146+D4yvid@users.noreply.github.com>
Tue, 11 Apr 2023 15:41:13 +0000 (12:41 -0300)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 15:41:13 +0000 (12:41 -0300)
doc/lsp.txt

index 1bf8454e496f7b94edb503aadc4c111190ffe2ae..93a99e1eeefe7ace8d907135c419feacbf2bd588 100644 (file)
@@ -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: >