summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTami <tamibam@yahoo.com>2020-11-17 14:38:05 +0300
committerTami <tamibam@yahoo.com>2020-11-17 14:38:05 +0300
commite977c92dcd3e89606e50205d7c4824bc6b039822 (patch)
tree0477d4fc64f3de774e117eadb0ebd6ded48670f8
parente16712f22e7702cde804f66a81437eaae5ec7d1b (diff)
Reword customization section
-rw-r--r--README.md11
1 files 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