feat: add File Selector Provider for mini.pick. (#1107)

This commit is contained in:
Adam Sherwood
2025-01-20 07:38:04 +01:00
committed by GitHub
parent fdbd5ed1d8
commit e4c86e317a
3 changed files with 16 additions and 2 deletions

View File

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