From 9101078f0385d1d4fd13f5342295bca757ef5b5b Mon Sep 17 00:00:00 2001 From: Dayvid Albuquerque <115833146+D4yvid@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:34:15 -0300 Subject: [PATCH] Use spaces instead of tabs in the kinds table --- doc/lsp.txt | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) 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()": -- 2.48.1