]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Use spaces instead of tabs in the kinds table
authorDayvid Albuquerque <115833146+D4yvid@users.noreply.github.com>
Tue, 11 Apr 2023 15:34:15 +0000 (12:34 -0300)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 15:34:15 +0000 (12:34 -0300)
doc/lsp.txt

index 87b8592f4c4cecd6dd96fcdfb2e1814807a4ce22..1bf8454e496f7b94edb503aadc4c111190ffe2ae 100644 (file)
@@ -1238,31 +1238,31 @@ option *lsp-opt-completionKinds* . There is a table with all default LSP kinds:
 
  Kind Name             | Value
 ------------------------|--------------------
- Text                  | t
- Method                        | m
- Function              | f
- Constructor           | C
- Field                 | F
- Variable              | v
- Class                 | c
- Interface             | i
- Module                        | M
- Property              | p
- Unit                  | u
- Value                 | V
- Enum                  | e
- Keyword               | k
- Snippet               | S
- Color                 | C
- File                  | f
- Reference             | r
- Folder                        | F
- EnumMember            | E
- Contant               | d
- Struct                        | s
- Event                 | E
- Operator              | o
- TypeParameter         | T
+ Text                   | t
+ Method                 | m
+ Function               | f
+ Constructor            | C
+ Field                  | F
+ Variable               | v
+ Class                  | c
+ Interface              | i
+ Module                 | M
+ Property               | p
+ Unit                   | u
+ Value                  | V
+ Enum                   | e
+ Keyword                | k
+ Snippet                | S
+ Color                  | C
+ File                   | f
+ Reference              | r
+ Folder                 | F
+ EnumMember             | E
+ Contant                | d
+ Struct                 | s
+ Event                  | E
+ Operator               | o
+ TypeParameter          | T
 
 For example, if you want to change the "Method" kind to the kind "method()":