doc/lsp.txt | 10 +++++----- diff --git a/doc/lsp.txt b/doc/lsp.txt index 93a99e1eeefe7ace8d907135c419feacbf2bd588..d0fc36d1028d3c3eb6d5476a961c2c81cb773037 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -1233,10 +1233,10 @@ 15. Custom LSP Completion Kinds *lsp-custom-kinds* 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 @@ var file = new File() file.cre - | create method() | - | createIfNotExists method() | + | create method() | + | createIfNotExists method() | | ... |