Skip to content

Commit

Permalink
Merge pull request #65 from nakakitasota/fix-filter-doc
Browse files Browse the repository at this point in the history
Fix typos in ddc-filter-converter_kind_labels.txt
  • Loading branch information
Shougo authored Nov 27, 2024
2 parents 873230b + 8e1a9b4 commit b928f92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/ddc-filter-converter_kind_labels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EXAMPLES *ddc-filter-converter_kind_labels-examples*
==============================================================================
PARAMS *ddc-filter-converter_kind_labels-params*

*ddu-filter-converter_kind_labels-param-kindLabels*
*ddc-filter-converter_kind_labels-param-kindLabels*
kindLabels (|Dictionary|)
This represents your setting labels corresponding to lsp kind labels.
Each your setting apply to each label.
Expand Down Expand Up @@ -68,7 +68,7 @@ kindLabels (|Dictionary|)

Default: {}

*ddu-filter-converter_kind_labels-param-kindHlGroups*
*ddc-filter-converter_kind_labels-param-kindHlGroups*
kindHlGroups (|Dictionary|)
This represents your setting labels highlight corresponding to lsp
kind labels.
Expand All @@ -88,7 +88,7 @@ Q: I want to use "VSCode" like icon.

A: You can setting like bellow.
>
call ddu#custom#patch_global(#{
call ddc#custom#patch_global(#{
\ filterParams: #{
\ converter_kind_labels: #{
\ kindLabels: #{
Expand Down

0 comments on commit b928f92

Please sign in to comment.