From 031986974afa98fcfcd53543757a42b1d384893f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Dec 2024 10:42:17 +0000 Subject: [PATCH] chore(build): auto-generate docs --- docs/preset_utils.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/preset_utils.md b/docs/preset_utils.md index c9cb5db..7d08e37 100644 --- a/docs/preset_utils.md +++ b/docs/preset_utils.md @@ -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. \ No newline at end of file +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 \ No newline at end of file