diff options
| author | Tami <tamibam@yahoo.com> | 2020-11-17 14:38:05 +0300 |
|---|---|---|
| committer | Tami <tamibam@yahoo.com> | 2020-11-17 14:38:05 +0300 |
| commit | e977c92dcd3e89606e50205d7c4824bc6b039822 (patch) | |
| tree | 0477d4fc64f3de774e117eadb0ebd6ded48670f8 | |
| parent | e16712f22e7702cde804f66a81437eaae5ec7d1b (diff) | |
Reword customization section
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -107,11 +107,14 @@ functions. This section should help you explore available options to configure and customize your `telescope.nvim`. -`Telescope.nvim` can be configured at two levels: +Unlike most vim plugins, `telescope.nvim` can be customized either by applying +customizations globally or individual pre picker. + +- **Global Customization** affecting all pickers can be done through the + main `setup()` method (see defaults below) +- **Individual Customization** affecting a single picker through passing `opts` + built-in pickers (e.g. `builtin.fd(opts)`) see [Configuration recipes](https://github.com/nvim-telescope/telescope.nvim/wiki/Configuration-Recipes) wiki page for ideas. -- **Global** (i.e. affecting all pickers) through the `setup()` method, or -- **Individual** (i.e. affecting a single picker) through passing `opts` built-in pickers (e.g. `builtin.fd(opts)` ) - see [Configuration recipes](https://github.com/nvim-telescope/telescope.nvim/wiki/Configuration-Recipes) wiki page for idea. #### Telescope Defaults |
