From: Dayvid Albuquerque <115833146+D4yvid@users.noreply.github.com> Date: Tue, 11 Apr 2023 15:34:15 +0000 (-0300) Subject: Use spaces instead of tabs in the kinds table X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9101078f0385d1d4fd13f5342295bca757ef5b5b;p=vim-lsp.git Use spaces instead of tabs in the kinds table --- diff --git a/doc/lsp.txt b/doc/lsp.txt index 87b8592..1bf8454 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -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()":