This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Commit 2e970fb
feat(select): add snacks_picker backend (#188)
* feat(select): add snacks_picker backend
Adds the
[snacks picker](https://github.com/folke/snacks.nvim/blob/main/docs/picker.md)
backend option.
Like telescope and fzf-lua, it already provides it's own override for
`vim.ui.select`, BUT since plugins like avante rely on using
dressing.nvim for picking files and such, having a backend that can
fuzzy find is more convenient than the builtin.
* Fix screenshot
* fix: bump up the priority of the snacks picker
---------
Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>1 parent 5bba15b commit 2e970fb
3 files changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
199 | | - | |
| 203 | + | |
200 | 204 | | |
201 | 205 | | |
202 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments