Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3983068

Browse files
folkegithub-actions[bot]
authored andcommitted
chore(build): auto-generated docs
1 parent82e6966 commit3983068

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎docs/picker.md‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,9 +1580,14 @@ Neovim help tags
15801580

15811581
```lua
15821582
---@classsnacks.picker.icons.Config:snacks.picker.Config
1583-
---@fieldicon_sources?string[]
1583+
---@fieldicon_sources?string[] list of sources to use
1584+
--- Custom icon sources can be added here. The key is the source name,
1585+
--- and the value is the file path or URL to load icons from.
1586+
--- The file should be a JSON array of:
1587+
--- `{[1]:string, [2]:string}|{icon:string, name:string, category:string}`
1588+
--- The format is compatible with https://github.com/nvim-telescope/telescope-symbols.nvim
1589+
---@fieldcustom_sources?table<string,string> additional icon sources`table<source,file|url>`
15841590
{
1585-
icon_sources= {"nerd_fonts","emoji"},
15861591
main= {current=true },
15871592
finder="icons",
15881593
format="icon",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp