summaryrefslogtreecommitdiff
path: root/lua/telescope/config.lua
diff options
context:
space:
mode:
authorAntoine Bertin <antoine@bertin.io>2022-10-08 09:10:26 +0200
committerGitHub <noreply@github.com>2022-10-08 09:10:26 +0200
commit5fadc247c56e739d9c5c30a484fd291bb87bd378 (patch)
tree64da70c20d21f34f41d9455274b2c697e4856667 /lua/telescope/config.lua
parent3a29c1e89d6c489dd8b08d7738ba679bfecee5c4 (diff)
fix: selected icon highlight with color_devicons to false (#2187)
Diffstat (limited to 'lua/telescope/config.lua')
-rw-r--r--lua/telescope/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua
index 80e29c2..8eeb60e 100644
--- a/lua/telescope/config.lua
+++ b/lua/telescope/config.lua
@@ -665,7 +665,7 @@ append(
true,
[[
Boolean if devicons should be enabled or not. If set to false, the
- "TelescopeResultsFileIcon" highlight group is used.
+ text highlight group is used.
Hint: Coloring only works if |termguicolors| is enabled.
Default: true]]