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

@@ -337,7 +337,7 @@ This is achieved but emulating nvim-cmp using blink.compat
```lua
file_selector = {
--- @alias FileSelectorProvider "native" | "fzf" | "mini.pick" | "telescope" | string
--- @alias FileSelectorProvider "native" | "fzf" | "mini.pick" | "snacks" | "telescope" | string
provider = "fzf",
-- Options override for custom providers
provider_opts = {},