feat(file_selector): add snacks picker as a file selector
This commit is contained in:
@@ -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 = {},
|
||||
|
||||
Reference in New Issue
Block a user