summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique Borges <31735860+henriquehbr@users.noreply.github.com>2021-08-11 10:06:25 -0300
committerGitHub <noreply@github.com>2021-08-11 09:06:25 -0400
commit2292ee2be0f03ec9a0e4ee9477f96db914033189 (patch)
treebab159ec25017f858ebe5d263ff59df277e5fb29
parentcda284986fd2b052aa3be43b2773897f23b74513 (diff)
docs: add missing `disable_devicons` option (#1089)
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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 |