From 2292ee2be0f03ec9a0e4ee9477f96db914033189 Mon Sep 17 00:00:00 2001 From: Henrique Borges <31735860+henriquehbr@users.noreply.github.com> Date: Wed, 11 Aug 2021 10:06:25 -0300 Subject: [PATCH] docs: add missing `disable_devicons` option (#1089) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33de33b..965ca64 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ EOF | `scroll_strategy` | How to behave when the when there are no more item next/prev | cycle, nil | | `winblend` | How transparent is the telescope window should be. | number | | `borderchars` | The border chars, it gives border telescope window | dict | +| `disable_devicons` | Whether to display devicons or not | boolean | | `color_devicons` | Whether to color devicons or not | boolean | | `use_less` | Whether to use less with bat or less/cat if bat not installed | boolean | | `set_env` | Set environment variables for previewer | dict |