chore(vimdoc): Auto update
This commit is contained in:
committed by
github-actions[bot]
parent
0a50ca893f
commit
2175b6da5b
@@ -342,13 +342,14 @@ Show defaults ~
|
|||||||
-- You can use a custom function that returns the icon for each symbol kind.
|
-- You can use a custom function that returns the icon for each symbol kind.
|
||||||
-- This function takes a kind (string) as parameter and should return an
|
-- This function takes a kind (string) as parameter and should return an
|
||||||
-- icon as string.
|
-- icon as string.
|
||||||
---@param kind string
|
---@param kind string Key of the icons table below
|
||||||
---@param bufnr integer Code buffer
|
---@param bufnr integer Code buffer
|
||||||
---@returns string|boolean The icon string (key of `icons` table), or `false`
|
---@returns string|boolean The icon string to display, such as "f", or `false`
|
||||||
--- to fallback to `icon_source`.
|
--- to fallback to `icon_source`.
|
||||||
icon_fetcher = nil,
|
icon_fetcher = nil,
|
||||||
-- 3rd party source for fetching icons. Fallback if icon_fetcher returned
|
-- 3rd party source for fetching icons. This is used as a fallback if
|
||||||
-- empty string. Currently supported values: 'lspkind'
|
-- icon_fetcher returned an empty string.
|
||||||
|
-- Currently supported values: 'lspkind'
|
||||||
icon_source = nil,
|
icon_source = nil,
|
||||||
-- The next fallback if both icon_fetcher and icon_source has failed, is
|
-- The next fallback if both icon_fetcher and icon_source has failed, is
|
||||||
-- the custom mapping of icons specified below. The icons table is also
|
-- the custom mapping of icons specified below. The icons table is also
|
||||||
|
|||||||
Reference in New Issue
Block a user