From e977c92dcd3e89606e50205d7c4824bc6b039822 Mon Sep 17 00:00:00 2001 From: Tami Date: Tue, 17 Nov 2020 14:38:05 +0300 Subject: [PATCH] Reword customization section --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 976754d..6364f38 100644 --- a/README.md +++ b/README.md @@ -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