summaryrefslogtreecommitdiff
path: root/plugin/telescope.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 /plugin/telescope.lua
parent3a29c1e89d6c489dd8b08d7738ba679bfecee5c4 (diff)
fix: selected icon highlight with color_devicons to false (#2187)
Diffstat (limited to 'plugin/telescope.lua')
-rw-r--r--plugin/telescope.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/telescope.lua b/plugin/telescope.lua
index 9c0b8f3..0fa8c68 100644
--- a/plugin/telescope.lua
+++ b/plugin/telescope.lua
@@ -82,7 +82,6 @@ local highlights = {
TelescopeResultsNumber = { default = true, link = "Number" },
TelescopeResultsComment = { default = true, link = "Comment" },
TelescopeResultsSpecialComment = { default = true, link = "SpecialComment" },
- TelescopeResultsFileIcon = { default = true, link = "Normal" },
-- Used for git status Results highlighting
TelescopeResultsDiffChange = { default = true, link = "DiffChange" },