]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Update lsp.txt
authorDayvid Albuquerque <115833146+D4yvid@users.noreply.github.com>
Tue, 11 Apr 2023 15:52:53 +0000 (12:52 -0300)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 15:52:53 +0000 (12:52 -0300)
doc/lsp.txt

index 93a99e1eeefe7ace8d907135c419feacbf2bd588..d0fc36d1028d3c3eb6d5476a961c2c81cb773037 100644 (file)
@@ -1233,10 +1233,10 @@ more information about the "Command" interface.
 
 When a completion popup is triggered, the LSP client will use a default kind
 list to show in the completion "kind" section, to customize it, you need to
-use the option *lsp-opt-customCompletionKinds* and set all custom kinds in the
-option *lsp-opt-completionKinds* . There is a table with all default LSP kinds:
+use the option |lsp-opt-customCompletionKinds| and set all custom kinds in the
+option |lsp-opt-completionKinds| . There is a table with all default LSP kinds:
 
- Kind Name             | Value
+ Kind Name              | Value
 ------------------------|--------------------
  Text                   | t
  Method                 | m
@@ -1283,8 +1283,8 @@ In the completion popup, will show something like this:
        var file = new File()
 
        file.cre
-               | create                method() |
-               | createIfNotExists     method() |
+               | create                method() |
+               | createIfNotExists     method() |
                | ...                            |