File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,19 @@ Useful for repetitive, but map unworthy actions you frequently perform.
13
13
``` lua
14
14
use {
15
15
" muchzill4/yacp.nvim" ,
16
- requires = {
17
- " nvim-telescope/telescope.nvim" ,
18
- -- or "ibhagwan/fzf-lua"
19
- },
16
+ -- when using provider other than "native":
17
+ -- requires = {
18
+ -- "nvim-telescope/telescope.nvim", -- provider = "telescope"
19
+ -- "ibhagwan/fzf-lua" -- provider = "fzf"
20
+ -- },
20
21
}
21
22
```
22
23
23
24
### Configure
24
25
25
26
``` lua
26
27
require (" yacp" ).setup {
27
- provider = " telescope " , -- or " fzf"
28
+ provider = " native " , -- native (default, uses vim.ui.select) | telescope | fzf
28
29
palette = {
29
30
{ name = " echo in term" , cmd = " term echo SUCCESS" },
30
31
{ name = " help" , cmd = " Telescope help_tags" },
You can’t perform that action at this time.
0 commit comments