docs: Reword details regarding symbols.icon_fetcher

This commit is contained in:
~hedy
2024-07-05 20:45:35 +08:00
parent 287ec77eab
commit 8bfb5435d7
2 changed files with 6 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ end
---@param kind string|integer
---@param bufnr integer
---@return string icon
function M.icon_from_kind(kind, bufnr)
local kindstr = kind
if type(kind) ~= 'string' then