mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
5e00b0ab27
commit
276b462b84
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ Snacks.picker.pick({source = "files", ...})
|
|||
ignorecase = true, -- use ignorecase
|
||||
sort_empty = false, -- sort results when the search string is empty
|
||||
filename_bonus = true, -- give bonus for matching file names (last part of the path)
|
||||
file_pos = true, -- support patterns like `file:line:col` and `file:line`
|
||||
},
|
||||
sort = {
|
||||
-- default sort is by score, text length and index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue