Skip to content

Commit

Permalink
chore(vimdoc): Auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli authored and github-actions[bot] committed Jul 5, 2024
1 parent 0a50ca8 commit 2175b6d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/outline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,14 @@ Show defaults ~
-- 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
-- icon as string.
---@param kind string
---@param kind string Key of the icons table below
---@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`.
icon_fetcher = nil,
-- 3rd party source for fetching icons. Fallback if icon_fetcher returned
-- empty string. Currently supported values: 'lspkind'
-- 3rd party source for fetching icons. This is used as a fallback if
-- icon_fetcher returned an empty string.
-- Currently supported values: 'lspkind'
icon_source = nil,
-- 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
Expand Down

0 comments on commit 2175b6d

Please sign in to comment.