We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689601d commit b818f6eCopy full SHA for b818f6e
README.md
@@ -40,8 +40,8 @@ Use your favorite plugin manager.
40
-- dependencies = { 'nvim-telescope/telescope.nvim' },
41
opts = {
42
-- Your custom configuration here
43
- -- Example: Use Telescope for template picking
44
- -- picker = 'telescope',
+ -- Example: Use fzf-lua for template picking
+ -- picker = 'fzf',
45
},
46
}
47
```
0 commit comments