feat(file_selector): add snacks picker as a file selector

This commit is contained in:
Seong Yong-ju
2025-01-23 23:29:16 +09:00
committed by yetone
parent d6b371e75f
commit c5d7d542f3
3 changed files with 16 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ M._defaults = {
},
--- @class AvanteFileSelectorConfig
file_selector = {
--- @alias FileSelectorProvider "native" | "fzf" | "mini.pick" | "telescope" | string
--- @alias FileSelectorProvider "native" | "fzf" | "mini.pick" | "snacks" | "telescope" | string
provider = "native",
-- Options override for custom providers
provider_opts = {},