From: Dayvid Albuquerque <115833146+D4yvid@users.noreply.github.com> Date: Tue, 11 Apr 2023 15:52:53 +0000 (-0300) Subject: Update lsp.txt X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=270f774313633cd6d974d5554090421646f862dc;p=vim-lsp.git Update lsp.txt --- diff --git a/doc/lsp.txt b/doc/lsp.txt index 93a99e1..d0fc36d 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -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() | | ... |