feat(file_selector): command for switching the file picker provider. (#958)

This commit is contained in:
Christopher Brewin
2024-12-17 21:29:28 +10:00
committed by GitHub
parent 9e0b5bf8f1
commit e612ad7566
3 changed files with 18 additions and 1 deletions

View File

@@ -238,8 +238,8 @@ M.defaults = {
negate_patterns = {}, -- negate ignore files matching these.
},
--- @class AvanteFileSelectorConfig
--- @field provider "native" | "fzf" | "telescope"
file_selector = {
--- @alias FileSelectorProvider "native" | "fzf" | "telescope" | string
provider = "native",
-- Options override for custom providers
provider_opts = {},