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