Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2024
1 parent 0b0f8ce commit 0319869
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/preset_utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,12 @@ highlight group will have the hex value as foregroung color.
See [care.entry](/dev/entry)

With this function you can get the kind highlight group for a specific entry. The style can either be foreground
or blended.
or blended.

## Get Label Detail
`preset_utils.get_label_detail(entry: care.entry): string`

See [care.entry](/dev/entry)

Gets the label detail if provided by the language serve.
This is equivalent to the `vim_item.menu` from nvim-cmp

0 comments on commit 0319869

Please sign in to comment.